Remove Classic Editor From Post Type
-
In sites where I was previously able to use the function:
remove_post_type_support( ‘post_type’, ‘editor’);
to remove the standard WYSIWYG, I am no longer able to do so with the classic editor plugin activated. A bug presents when accessing the edit post screen for the post type with editor disabled (via the above function).Is there an updated parameter for $supports? If not, can there be one? Is there another way, aside from CSS to remove the classic editor WYSIWYG?
I have certain post types that I exclusively use custom fields and an editor of any kind is not required. E.g. Exclusively data-driven post types.
cheers, and thank you.
scotty
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove Classic Editor From Post Type’ is closed to new replies.