1 2 3 4 5 | // ****************************************************************** // ##################### DISABLE GUTENBERG ########################## // ****************************************************************** add_filter('use_block_editor_for_post', '__return_false', 10); |