function plt_hide_http_authentication_menus() {
//Hide the "Settings → HTTP Authentication" menu.
remove_submenu_page('options-general.php', 'http-authentication/http-authentication.php');
}
add_action('admin_menu', 'plt_hide_http_authentication_menus', 11);