Generally speaking this plugin is intended for developers who make sites for clients though most intermediate users will be able to set it up as well
Admin Cleaner allows you to hide / remove admin menu items such as Comments, Links, Dashboard, etc...from users that have no need to see these items. You can also remove any of the default widgets that may just be taking up space.
This plugin also allows you to change the login logo, background color / image, admin menu background color, and admin menu text color. This may be useful to brand the backend to your (or your client's) business.
Often when WordPress is used as a CMS there are many items that never get used, which is why this plugin came to life.
1.0.1
1.0.2
- Changed name to Admin Cleaner and updated links
- Changed line 98 function sab_url_login() {
return '/';
};
to
function sab_url_login() {
return home_url();
};
- Added login logo height and width
1.0.2
- file include location fix
1.0.3
- added support for login logos wider than 320px
1.0.4
- better handles admin logo centering
1.0.5
*Fixed .wrap class css issue
1.0.6
*fixed header already sent