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