Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from Disable Full site editing™
CanvasLite is not affiliated with Disable Full site editing. The name and any related trademarks are used solely for nominative descriptive purposes.
This plugin is designed for site administrators and developers who need to lock down the admin interface on a live website. It specifically removes access to the full site editing features, preventing users from accidentally altering theme templates and site-wide styles.
Admin Interface Control: The plugin removes links and menu items related to full site editing from the WordPress admin dashboard, creating a simplified interface for content editors.
Configuration Flexibility: You can disable the feature via a constant in the wp-config.php file for a permanent, code-level setting, or use a dedicated admin settings page for easier toggling.
Environment-Aware Settings: It can be configured to behave differently based on the defined WP_ENVIRONMENT_TYPE, allowing you to enable editing in development or staging environments while keeping it disabled on production.
Frontend Preservation: Block themes continue to function and display correctly on the frontend of the site; the plugin only restricts the editing capabilities within the admin panel.
Deep Integration: The plugin works by making the current theme appear as a non-FSE theme to the system, providing a more thorough disablement than simply hiding menu links.