该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

PMC Lockdown

描述

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

WordPress.org plugin repository: https://wordpress.org/extend/plugins/pmc-lockdown/

Image by Chris Randall; some rights reserved. See link for details.

安装

Nothing goes in the plugins directory.

  1. 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.

  2. The user interface for turning the “Maintenance Lockdown” mode on and off is in the Settings | Privacy section of your site’s adminstration system.

常见问题

None yet!

评价

此插件暂无评价。

贡献者及开发者

“PMC Lockdown” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“PMC Lockdown”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

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