function plt_hide_ai_shoutbox_menus() { //Hide the "Settings → AI Shoutbox" menu. remove_submenu_page('options-general.php', 'aish_settings'); } add_action('admin_menu', 'plt_hide_ai_shoutbox_menus', 11);
Where do I put this code?