-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
57 lines (36 loc) · 1.95 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
=== Sim Site Maintenance ===
Contributors: icelayer
Donate link: https://urielwilson.com/
Tags: maintenance, maintenance mode, under construction
Requires at least: 4.0
Tested up to: 6.6
Requires PHP: 7.3
Stable tag: 0.2.12
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Puts the site in maintenance mode for all non-logged-in users.
== Description ==
Site Maintenance Mode is a simple plugin that allows you to put your WordPress site into maintenance mode. It will show a maintenance message to all non-logged-in users while allowing logged-in users to access the site normally.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/sim-site-maintenance` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Use the Settings -> Maintenance Mode screen to configure the plugin.
== Frequently Asked Questions ==
= Can I customize the maintenance message and header? =
Yes, you can customize the maintenance message and header from the Settings -> Maintenance Mode page in the WordPress admin dashboard.
= Will logged-in users see the maintenance message? =
No, logged-in users with the capability to edit themes will not see the maintenance message and will have full access to the site.
= Can I turn off maintenance mode? =
Yes, you can enable or disable maintenance mode from the Settings -> Maintenance Mode page in the WordPress admin dashboard.
== Screenshots ==
1. Settings page to customize maintenance mode, message, and header.
== Changelog ==
= 0.2.5 =
* Added on/off switch to enable and disable maintenance mode.
= 0.2.0 =
* Initial release.
== Upgrade Notice ==
= 0.2.5 =
* Added on/off switch to enable and disable maintenance mode.
== License ==
This plugin is licensed under the GPLv2 or later. For more information, please see [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html).