disable Gutenberg editor in WordPress without plugin

 


/* Disable Gutenberg Block Editor */

add_filter('use_block_editor_for_post', '__return_false', 10);


/* Disable Widgets Block Editor */

add_filter( 'use_widgets_block_editor', '__return_false' );

Post a Comment

Previous Post Next Post