function plt_hide_ip2location_hello_greeting_menus() {
//Hide the "Settings → IP2Location Hello Greeting" menu.
remove_submenu_page('options-general.php', 'ip2location-hello-greeting');
}
add_action('admin_menu', 'plt_hide_ip2location_hello_greeting_menus', 11);