<?php | |
/* Disable the Gutenberg editor. */ | |
add_filter('use_block_editor_for_post', '__return_false'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<?php | |
/* Disable the Gutenberg editor. */ | |
add_filter('use_block_editor_for_post', '__return_false'); |