Lets any Administrator simplify the WordPress Admin interface, on a per-user basis, by turning specific menu/submenu sections off.
Lets any Administrator simplify the WordPress Admin interface, on a per-user basis. Hide any specific menu or submenu (including in the admin bar) or hide the admin bar entirely.
Install User Admin Simplifier either via the WordPress.org plugin directory, or by uploading the files to your server
That’s it. You’re ready to go! To edit your users menus, go to Tools->User Admin Simplifier
Submenus are now available for disabling. Note that disabling a top level menu removes it, no submenu items will be available. On the other hand, disabling all submenu items does not disable the top level menu.
Unininstalling and deleting the plugin will remove all of its settings.
Yes! In a multisite install, User Admin Simplifier works as follows:
Enabled editing the admin bar menus and submenus.
Enables hiding the admin bar entirely.
Tested up to WordPress 4.7.0.
Add icons for 4.0 plugin browser.
Tested up to WordPress 4.0.
Tested up to WordPress 3.9.1.
Make css class for +/- more specific to avoid conflicts.
Fixes issue with removing certain submenus, use sanitize_key for all key values.
Corrects a bug where $menu was unset causing an error message with some themes/plugins; added sanity isset check for $menu before trying to use.
Bug fixes, last update broke plugin for some users; also fixed issue with user_login used in one spot, user_nicename used in another. Code cleanup.
Bug fix.