function plt_hide_404_redirect_to_homepage_or_custom_url_menus() {
//Hide the "Settings → 404 Redirect" menu.
remove_submenu_page('options-general.php', 'dp-404-redirect-settings');
}
add_action('admin_menu', 'plt_hide_404_redirect_to_homepage_or_custom_url_menus', 11);