function plt_hide_alt_manager_menus() { //Hide the "Settings → Alt Manager" menu. remove_submenu_page('options-general.php', 'alt-manager'); } add_action('admin_menu', 'plt_hide_alt_manager_menus', 1000000000);
Where do I put this code?