GutenbergDisable Gutenberg editor Disable the Block Editor to return to the Classic Editor. add_filter('gutenberg_can_edit_post', '__return_false', 5); add_filter('use_block_editor_for_post', '__return_false', 5); Previous Post Remove WordPress version number Next Post Disable WordPress Admin Bar for all users