We'll create fresh WordPress site with Admin Expert Mode installed. You have 20 minutes to test the plugin after that site we'll be deleted.
WordPress has long provided inline documentation throughout the administrative interface that provide explanations for various features and input fields. This includes an explanations of excerpts, trackbacks, custom fields, page parents, etc. These are great for newcomers to WordPress, but for those with sufficient familiarity these bits of text are no longer necessary and merely provide visual noise. This plugin gets rid of those descriptive texts.
The plugin’s behavior is made available as a per-user profile option. Each user who wishes to enable expert mode for themselves must do so individually by going into their profile, checking the field ‘Expert mode’, and then pressing the ‘Update Profile’ button.
Specifically, this plugin removes:
Dashboard
Categories
Edit Post
Edit Page
Edit Link
Tags
Widgets
Install Themes
Themes – Custom Header
Manage Plugins
Add New Plugins
Users – Your Profile
Tools
Tools – Import
Tools – Export
Settings – General
Settings – Writing
Settings – Reading
Settings – Discussion
Settings – Media
Settings – Permalinks
Settings – Privacy
NOTE: This plugin does NOT remove input field labels or section headers, nor anything containing actual data. In a few cases, descriptive text is left intact when it is of enough importance to warrant retention, or the markup structure does not facilitate easy removal.
Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage
Developer documentation can be found in DEVELOPER-DOCS.md. That documentation covers the hooks provided by the plugin.
As an overview, these are the hooks provided by the plugin:
c2c_admin_expert_mode
: Filter to dynamically determine whether the admin expert mode should be active.c2c_admin_expert_mode_default
: Filter to customize whether admin expert mode should be active for users by default or not.