Clashes with custom post types
-
I have a theme that uses CPTs.
Seems like whenever there is a CPT that does not use the standard editor your plugin just adds it to the admin page.
When I enter text it won’t be saved (obviously).What’s that second editor line for anyways?
When I comment it out all is good
add_action( 'edit_form_advanced', 'my_second_editor' );
- The topic ‘Clashes with custom post types’ is closed to new replies.