Disable Gutenberg via Code + Plugin
-
Thank you very much for this plugin Jeff, its much appreciated. I have installed your plugin on all my sites, and have also added the following code to functions.php.
add_filter(‘gutenberg_can_edit_post_type’, ‘__return_false’);
I did this as a backup in the event that the plugin is accidentally disabled. Do you seen any issues with this?
Kind regards.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Disable Gutenberg via Code + Plugin’ is closed to new replies.