HomeWordPress disable Gutenberg editor in WordPress without plugin byPankajKcodes •May 26, 2022 0 /* 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' ); Tags: WordPress Facebook Twitter