disable Gutenberg editor in WordPress without plugin /* Disable Gutenberg Block Editor */ add_filter('use_block_editor_for_post', '__return_false', 10); /* Dis… byPankajKcodes •May 26, 2022