function plt_hide_bluepin_menus() { //Hide the "Bluepin" menu. remove_menu_page('bluepin'); } add_action('admin_menu', 'plt_hide_bluepin_menus', 11);
Where do I put this code?