=== WP Block Admin === Contributors: chmac Donate link: http://www.callum-macdonald.com/code/donate/ Tags: wp-admin, block admin, admin interface, admin Requires at least: 2.0 Tested up to: 2.7.1 Stable tag: 0.2 Block access to the admin interface based on user capability. The default is only editors and admins are allowed access, but the required capability can be set by editing the plugin file. == Description == Block access to the admin interface based on user capability. The default is only editors and admins are allowed access, but the required capability can be set by editing the plugin file. You can change the configuration of the plugin by modifying the file itself. The two config variables are on lines 18 and 21. == Installation == 1. Download 2. Upload to your `/wp-contents/plugins/` directory. 3. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == = Can I change the redirection url? = Yes, you need to edit the plugin file and change the variable on line 21. = Can I change the required capability? = Yes. For more information see the codex for [http://codex.wordpress.org/Roles_and_Capabilities#Capabilities Roles and Capabilities]. Once you've chosen a capability, simply edit the plugin file at line 18 and replace "edit_others_posts" with your chosen capability. = I have another question... = If your question is not answered here, you can try contacting me. However, I don't actively support this plugin, so I'm not likely to make changes to meet your requirements, etc. == Support Questions == If your question is not answered here, you can try contacting me. However, I don't actively support this plugin, so I'm not likely to make changes to meet your requirements, etc.