Kuvaus
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
Asennus
- Upload ”rundizable-wp-features” folder to the ”/wp-content/plugins/” directory.
- Activate the plugin through the ”Plugins” menu in WordPress.
- Access plugin setup page.
- Follow setup instruction on screen.
UKK
-
Multi-site support?
-
Yes, it is.
Arvostelut
There are no reviews for this plugin.
Avustajat & Kehittäjät
“Rundizable WP Features” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.
AvustajatKäännä “Rundizable WP Features” omalle kielellesi.
Oletko kiinnostunut kehitystyöstä?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Muutosloki
0.2.6
2025-03-18
- Update load text domain to be inside
init
hook. - Fix ”Function _load_textdomain_just_in_time was called incorrectly”.
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