Disable Full Site Editing
Allow disabling full site editing in the admin, useful to protect a production site.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 32 days ago
Is Disable Full Site Editing abandoned?
Likely maintained (last update 32 days ago).
Compatibility
Developers
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Allow disabling full site editing in the admin, useful to protect a production site.
A block theme will continue to work as intended on the frontend while making sure the theme can’t be messed up.
⚠️ Full site editing is still fresh.
For the coming months I’ll keep testing the plugin with new (beta) releases of gutenberg and WordPres.
- If you find a bug,
- If you have questions,
- Feature requests,
- Anything else,
Please contact me on the forum or on the github repository.
Installation
Just install the plugin and activate.
There is an admin settings page or set the DISABLE_FSE constant.
Frequently Asked Questions
- The constant
DISABLE_FSEset to true/false.
You can add the constant in yourwp-config.phpfile. - The setting in the wp-admin (a sub page of the tools menu)
- The current
WP_ENVIRONMENT_TYPE. Docs, A bit more details
In your wp-config.php paste the following to always disable FSE:
define( 'DISABLE_FSE', true );
or to always enable FSE
define( 'DISABLE_FSE', false );
Review feed
Screenshots
Changelog
1.2.0
- Implemented a far more deed level disabling of FSE. Previously we just removed links in the admin.
Now we just fake the current theme to not appear as FSE.
1.1.3
- Fixed an JS error on the widgets page.
1.1.2
- Removed unused files from SVN
1.1.1
- The translations via Polyglot now work correctly thanks to Alex Lion
1.1.0
- Fixed a couple of bugs.
- Now also tested on multisite.
1.0.3
- Fixed a JS bug
1.0.2
- More precise disabling of FSE, it was to broad.
- Disable adding/editing templates in the editor itself.
1.0.1
- Added more functions checks.
1.0.0
- Launch