dshanske/indieweb-post-kinds

Disable Block-Editor directly

Opened this issue · 0 comments

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' );