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