You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+14-58Lines changed: 14 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,29 @@
2
2
Contributors: okvee
3
3
Tags: disable features, pages, media, front-end
4
4
Tested up to: 6.9
5
-
Stable tag: 0.2.6
5
+
Stable tag: 1.0.0
6
6
License: MIT
7
7
License URI: https://opensource.org/licenses/MIT
8
8
Requires at least: 4.6.0
9
9
Requires PHP: 5.5
10
10
11
-
Disable WordPress features such as pages, media, front-end.
11
+
Disable WordPress features such as posts, comments, pages, media, all front-end or partial.
12
12
13
13
== Description ==
14
-
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/ ).
14
+
If you want to make WordPress as a backoffice system, this plugin can help you disable WordPress features you do not want.
15
+
15
16
This plugin can:
16
-
- disable pages, media, front-end.
17
-
In case that you disable front-end it will be redirect all URL in the front-end to wp-admin page.
18
17
19
-
= System requirement =
20
-
PHP 5.5 or higher
21
-
WordPress 4.6.0 or higher
18
+
* Disable posts, media, comments, pages, XML-RPC.
19
+
* Disable all front-end pages. It will be redirect all URL in the front-end to wp-admin page.
20
+
* Disable posts, media, pages, author page for front-end only.
21
+
* Disable parts of admin pages such as greeting message, plugin file editor, theme file editor.
22
+
* Disable user profile fields in add new user, edit user, edit profile pages. The fields can be disabled such as Admin Color Scheme, Website, Biographical Info.
22
23
23
24
== Installation ==
24
-
1. Upload "rundizable-wp-features" folder to the "/wp-content/plugins/" directory.
25
+
1. Upload "rundizable-wp-features" folder to the "/wp-content/plugins/" directory or use add plugin from WordPress plugin management page on your website.
25
26
2. Activate the plugin through the "Plugins" menu in WordPress.
26
27
3. Access plugin setup page.
27
-
4. Follow setup instruction on screen.
28
28
29
29
== Frequently Asked Questions ==
30
30
= Multi-site support? =
@@ -34,8 +34,8 @@ Yes, it is.
34
34
1. Settings page.
35
35
36
36
== Changelog ==
37
-
= x.x.x =
38
-
2025-xx-xx
37
+
= 1.0.0 =
38
+
2025-06-29
39
39
40
40
* Hide meta boxes of categories, posts, pages from menu management page.
41
41
* Remove menu items from admin top bar.
@@ -45,51 +45,7 @@ Yes, it is.
45
45
* Add disable admin greeting section.
46
46
* Add disable plugin and theme file edit section.
47
47
* Add disable settings in user profile page such as Admin Color Scheme, Biographical Info, Website fields.
48
+
* Bump from version 0.2.7
48
49
49
-
= 0.2.6 =
50
-
2025-03-18
51
-
52
-
* Update load text domain to be inside `init` hook.
53
-
* Fix "Function _load_textdomain_just_in_time was called incorrectly".
54
-
55
-
= 0.2.5 =
56
-
2022-12-20
57
-
58
-
* Fix "PHP Deprecated: Creation of dynamic property" on PHP 8.2.
59
-
60
-
= 0.2.4 =
61
-
2022-01-14
62
-
63
-
* Fix array merge error.
64
-
65
-
= 0.2.3 =
66
-
2021-12-14
67
-
68
-
* Add options for disable pages, media on front-end.
69
-
* Update tested up to data.
70
-
71
-
= 0.2.2 =
72
-
2019-03-07
73
-
74
-
* Add shortcut to settings page from plugins page.
75
-
* Update tested up to data.
76
-
77
-
= 0.2.1 =
78
-
2018-12-08
79
-
80
-
* Add translation template file (.POT).
81
-
* Add translators help message.
82
-
* Update to Font Awesome 5.5
83
-
* Modify CSS/JS handle to prevent conflict with other plugins in case that use the same vendor but different version.
84
-
85
-
= 0.2 =
86
-
2018-06-22
87
-
88
-
* Remove Media widgets if disabled Media section.
89
-
* Remove Pages widget if disabled Pages section.
90
-
91
-
= 0.1 =
92
-
2018-06-13
93
50
94
-
* Add condition if doing cron then do not redirect if front-end is disabled.
95
-
* The beginning
51
+
For older versions please continue reading in changelog.md
0 commit comments