I want to replace the woocommerce editor by classic editor ( as post ).
I tried to install some editor plugin such as TinyMCE but it still not work as I want.
Thanks for your help!
I want to replace the woocommerce editor by classic editor ( as post ).
I tried to install some editor plugin such as TinyMCE but it still not work as I want.
Thanks for your help!
2
Answers
I use Classic Editor for all my projects. It works for posts, pages, custom post types and products. Also works well with must plugins.
It’s a pain to have to install it on every installation but it is the best solution I have found to overwriting Gutenberg.
nmr answer is brilliant! In fact it is the most simplistic solution I have seen in a long time. I just tested it and it works like a charm.
You can disable block editor for any post type with
use_block_editor_for_post_type
filter hook.