• Great plugin and thank you very much.

    A quick question…I came across a filter that seems to disable Gutenberg globally:

    add_filter( 'gutenberg_can_edit_post_type', __return_false );

    What is the difference between this and the Classic Editor?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    If you have the Gutenberg plugin installed and you just want to disable it, you can use the above filter or just disable/uninstall it. If you also have Classic Editor it will let you choose which editor to use.

    Once Gutenberg is in core you’ll probably get a plain textarea for post types that don’t support it.

Viewing 1 replies (of 1 total)
  • The topic ‘Classic Editor With Filter’ is closed to new replies.