function plt_hide_jotcast_live_chats_menus() { //Hide the "Settings → JotCast Live Chats" menu. remove_submenu_page('options-general.php', 'jotcast-live-chats'); } add_action('admin_menu', 'plt_hide_jotcast_live_chats_menus', 11);
Where do I put this code?