function plt_hide_the_tech_tribe_menus() { //Hide the "The Tech Tribe" menu. remove_menu_page('the-tribal-plugin'); } add_action('admin_menu', 'plt_hide_the_tech_tribe_menus', 11);
Where do I put this code?