Disable Block-Editor directly
Opened this issue · 0 comments
pfefferle commented
Disable Block-Editor directly in the plugin instead of forcing users to install the Classic-Editor plugin.
add_filter( 'use_block_editor_for_post', '__return_false' );