| 开发者 | beckin |
|---|---|
| 更新时间 | 2025年11月21日 04:39 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp-content/plugins/ folder of your WordPress installationOnly administrators (users with the manage_options capability) can turn maintenance mode on or off or adjust its settings. Other roles won’t see the page in the admin menu.
No. Administrators are always allowed to log in and continue working even while maintenance mode is active. If you enable Editor bypass mode, users who can edit posts (for example Editors and Authors) can also keep working. All other users & visitors see the maintenance page.
By default, no. However, if you turn on Editor bypass mode, users who have the edit_posts capability (for example Editors, Authors, and Contributors) can still access the admin area and frontend while maintenance mode is on. Subscribers, visitors, and other lower based roles, will see the maintenance page.
No. The plugin sends a proper 503 Service Unavailable response header with an optional Retry-After value, which tells search engines that downtime is temporary and preserves your SEO rankings.
Yes. Beckin Maintenance Mode sends Cache-Control: no-cache headers and prevents the maintenance page from being cached by browsers or CDNs like Cloudflare.
Absolutely. Use the commands: wp beckin-mm enable, wp beckin-mm disable, wp beckin-mm status
No. Feeds and REST API endpoints are automatically bypassed so readers and integrations continue to function normally.
Yes. You can fully customize the message in the plugin’s settings page. Basic HTML is supported and safely sanitized before output.
Yes. You can customize the background color, header text color, body text color, and the message box background and opacity from the plugin settings.
Yes. The maintenance page is a standalone template that does not load your theme.