function plt_hide_noshi_kanamer_menus() { //Hide the "Tools → Noshi-Kanamer" menu. remove_submenu_page('tools.php', 'noshi-kanamer'); } add_action('admin_menu', 'plt_hide_noshi_kanamer_menus', 11);
Where do I put this code?