This plugin is outdated and might not be supported anymore
INN Maintenance Mode | INN 维护模式

INN Maintenance Mode | INN 维护模式

By Km.Van
Details
View on WordPress

开启站点维护模式。
Enable site maintenance-mode.

Custom remote page 自定义远程页面

Add code into wp-config.php file:

添加以下代码到 wp-config.php 文件:

`php

\define(‘INN_MAINTENANCE_MODE_REMOTE_URL’, ‘https://YOUR_DOMAIN/PAGE.html’);
`

Custom server location page 自定义服务器本地页面

Create a new file and name maintenance in WordPress root dir.

WordPress 根目录里创建一个新文件并且命名为 maintenance

Custom refresh minutes 自定义刷新分钟数

Add code into wp-config.php file:

添加以下代码到 wp-config.php 文件:

`php

\define(‘INN_MAINTENANCE_MODE_REFRESH_MINUTES’, 5);
`

Details

Plugin code:
inn-maintenance-mode-inn
Plugin version:
5.0.0
Author:
Outdated:
Yes
WP version:
4.9.9 or higher
PHP version:
7.3.0 or higher
Test up to WP version:
5.9.99
Total installations:
0
Last updated:
2021-12-29
Rating:
Times rated:
1
maintenance