-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
77 lines (57 loc) · 1.89 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
=== Rundizable WP Features ===
Contributors: okvee
Tags: disable features, pages, media, front-end
Tested up to: 6.8
Stable tag: 0.2.5
License: MIT
License URI: https://opensource.org/licenses/MIT
Requires at least: 4.6.0
Requires PHP: 5.5
Disable WordPress features such as pages, media, front-end.
== Description ==
If you want to make WordPress as a backoffice system, this plugin can help you disable WordPress features you do not want. It is working great with Disable Blogging plugin ( https://wordpress.org/plugins/disable-blogging/ ).
This plugin can:
- disable pages, media, front-end.
In case that you disable front-end it will be redirect all URL in the front-end to wp-admin page.
= System requirement =
PHP 5.5 or higher
WordPress 4.6.0 or higher
== Installation ==
1. Upload "rundizable-wp-features" folder to the "/wp-content/plugins/" directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Access plugin setup page.
4. Follow setup instruction on screen.
== Frequently Asked Questions ==
= Multi-site support? =
Yes, it is.
== Screenshots ==
1. Settings page.
== Changelog ==
= 0.2.5 =
2022-12-20
* Fix "PHP Deprecated: Creation of dynamic property" on PHP 8.2.
= 0.2.4 =
2022-01-14
* Fix array merge error.
= 0.2.3 =
2021-12-14
* Add options for disable pages, media on front-end.
* Update tested up to data.
= 0.2.2 =
2019-03-07
* Add shortcut to settings page from plugins page.
* Update tested up to data.
= 0.2.1 =
2018-12-08
* Add translation template file (.POT).
* Add translators help message.
* Update to Font Awesome 5.5
* Modify CSS/JS handle to prevent conflict with other plugins in case that use the same vendor but different version.
= 0.2 =
2018-06-22
* Remove Media widgets if disabled Media section.
* Remove Pages widget if disabled Pages section.
= 0.1 =
2018-06-13
* Add condition if doing cron then do not redirect if front-end is disabled.
* The beginning