Add this code to the end of the Functions.php file Location - public_html/wp-includes


add_filter('use_block_editor_for_post_type', 'd4p_32752_completly_disable_block_editor');

function d4p_32752_completly_disable_block_editor($use_block_editor) {

  return false;

}