
3 Easy steps to Disable the Gutenberg WordPress Editor
- Open your WordPress Template Folder and find your functions.php file
- Add the code below at the bottom of the file and after the last row with codes and functions in your WordPress template folder and functions.php file
- Save your functions.php and viola you already Disable the Gutenberg WordPress Editor without an installing a plugin
Add this code in your functions.php
add_filter('use_block_editor_for_post', '__return_false');
Watch the VIDEO how to Disable the Gutenberg WordPress Editor
That’s it – with this line of simple WordPress snipper code you will disable the WordPress Gutenberg Editor Option for your Template without installing another plugin in your WordPress website.