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