Log in Sign up
Discussion WordPress

How to completely disable Gutenberg Block Editor for specific post types?

Emma Shopify
Emma Shopify
0 reputation
5 months ago 232 views 3 replies
Been struggling with this for a bit. Any suggestions?

Question: How to completely disable Gutenberg Block Editor for specific post types?

2 Replies

Kate Freelance
Kate Freelance · 5 months ago
Use the `use_block_editor_for_post_type` filter: `return $use_block_editor && $post_type !== 'product';`.
Chris Theme
Chris Theme · 5 months ago
Some page builders (Elementor) have settings to disable Gutenberg conflicts.

You must be logged in to reply.

Log In to Reply