function plt_hide_crouton_menus() { //Hide the "Meeting Lists" menu. remove_menu_page('bmlt-enabled-crouton'); } add_action('admin_menu', 'plt_hide_crouton_menus', 11);
Where do I put this code?