Description
Sometimes you don’t need (or want) to shut down the entire frontend of the site during maintenance. Unlike the default WordPress maintenance mode, this plugin allows your site to stay running.
- Any non-Administrator will be logged out
- Comments will be closed (disabled) on all posts
This plugin does not interact with, prevent, or override WordPress’s maintenance mode. It’s complementary.
Github: https://github.com/Penske-Media-Corp/pmc-lockdown
www.ads-software.com plugin repository: https://www.ads-software.com/extend/plugins/pmc-lockdown/
Image by Chris Randall; some rights reserved. See link for details.
Installation
Nothing goes in the plugins directory.
-
Deploy
pmc_lockdown.php
to the/wp-content/mu-plugins/
directory. Simply placing this file activates it. To deactivate it, move it from that location. -
The user interface for turning the “Maintenance Lockdown” mode on and off is in the Settings | Privacy section of your site’s adminstration system.
FAQ
None yet!
Reviews
There are no reviews for this plugin.
Contributors & Developers
“PMC Lockdown” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “PMC Lockdown” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.9.5
- Updating installation instructions to note settings location. Props convissor
- Adding maintenance message to login screen. Props convissor
0.9.4
- Fixing potential bug, before a user is logged out making sure explicitly that PMC_LOCKDOWN is defined.
0.9.3
- Initial release