/Remove-Administrators

Allows admins to hide the admin role from all other roles.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

=== Remove Administrators ===
Contributors: Ghost1227
Donate link: http://pledgie.com/campaigns/17956
Tags: hide, remove, admin, users, roles, administrator
Requires at least: 3.0
Tested up to: 3.3.2
Stable tag: 1.0.1

Allows admins to hide the admin role from all other roles.

== Description ==

Do you develop websites for a living? Do you prefer to give your clients a level of access other than Administrator to prevent accidental damage? Maybe even a custom role? What if you wanted to hide the Admin user(s) from them altogether? This plugin does exactly that!

Currently based off the 'update_core' permission, Remove Administrators hides all references to Admins from all other user roles on the dashboard. The next release will support configurable permissions and multisite installations.

== Installation ==

1. Unzip the downloaded 'remove-admins.zip' file
2. Upload the 'remove-admins' folder to '/wp-content/plugins' directory of your WordPress installation
3. Activate the plugin via the WordPress Plugins page

== Frequently Asked Questions ==

None yet

== Screenshots ==

Nothing to see here... Move along.

== Changelog ==

= Version 1.0.1 =
* Code refactoring

= Version 1.0 =
* Initial release

== Todo ==

* Add support for configurable permissions
* Add support for WordPress Multisite installations