> 开启站点维护模式。 > Enable site maintenance-mode.
As of April 2026, INN Maintenance Mode is a WordPress maintenance plugin with 0 active installations and a 5/5 rating from 1 reviews. It has been downloaded 6.3K+ times in total. Requires WordPress 4.9.9+ and PHP 7.3.0+. Available on WordPress.org since 2018. Last updated 4 years ago — may have compatibility concerns. Top alternative: Hostinger Tools.
开启站点维护模式。
Enable site maintenance-mode.
Add code into
wp-config.phpfile:添加以下代码到
wp-config.php文件:
`php
\define(‘INN_MAINTENANCE_MODE_REMOTE_URL’, ‘https://YOUR_DOMAIN/PAGE.html’);
`
Create a new file and name
maintenancein WordPress root dir.在
WordPress根目录里创建一个新文件并且命名为maintenance。
Add code into
wp-config.phpfile:添加以下代码到
wp-config.php文件:
`php
\define(‘INN_MAINTENANCE_MODE_REFRESH_MINUTES’, 5);
`
| WordPress | 4.9.9+ requiredTested up to 5.9.99 |
| PHP | 7.3.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.