Skip to content

Gutenberg Support For Custom_Post_Type

Compare
Choose a tag to compare
@lipemat lipemat released this 17 Dec 20:53
· 1029 commits to master since this release

Enable or disable the block editor via a class property

Set the property and all requirements and/or filters will be taken care of automatically.

$post = new Custom_Post_Type_Extended( 'products' );
$post->gutenberg_compatible = false;