I want that in wp-admin will be only Posts
, Pages
and Settings, it’s possible to remove al remaining Media
, Plugins
, Users
, Tools
etc.
This function remove only from dashboard remove_menu_page( 'upload.php' );
I want that in wp-admin will be only Posts
, Pages
and Settings, it’s possible to remove al remaining Media
, Plugins
, Users
, Tools
etc.
This function remove only from dashboard remove_menu_page( 'upload.php' );
You must be logged in to post a comment.
Remove that menus from $restricted, that you want to prevent.
Credit goes to hungred via wprecipes
Since WordPress 3.1 you can better use remove_menu_page()
from the docs:
And for submenu items: