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