|
You could make it a mu-plugin ('Must Use' plugin). Any PHP file you put into /wp-content/mu-plugins/ will automatically get included in WordPress. You can deactivate the plugin (unless you have ftp access to the server). If you go with a mu-plugin, make sure to put the functionality into a subdirectory and bootstrap it with a php file in the mu-plugins directory. EDITAfter reading the comment, I think I understand the problem better. It sounds like you want to be able to lock people out of the admin altogether. That'st so difficult. Try this:
Basically, that locks everybody but admins out of the admin area. |
| More Solution |
|---|