Disable Gutenberg Editor

Disable Gutenberg Editor and Return to the Familiar Classic Editor

// NAV: Disable Gutenberg Editor
add_filter('gutenberg_can_edit_post', 'return_false', 5);
add_filter('use_block_editor_for_post', 'return_false', 5);