function plt_hide_encute_menus() { //Hide the "Tools → Encute" menu. remove_submenu_page('tools.php', 'encute'); } add_action('admin_menu', 'plt_hide_encute_menus', 11);
Where do I put this code?