5
Rimuovi categorie / tag dal menu amministratore
Desidero rimuovere o nascondere il sottomenu Categorie / Tag in Post nel menu Amministratore. So che funziona con i sottomenu dei temi: remove_submenu_page( 'themes.php', 'widgets.php' ); Lo stesso non sembra funzionare per i post purtroppo: remove_submenu_page( 'edit.php', 'edit-tags.php' ); Sto usando l'azione admin_menu: add_action( 'admin_menu', 'function_call' ) Devo aggiungere qualcos'altro?