WebDevStudios / oops-wp

A collection of abstract classes, interfaces, and traits to promote object-oriented programming practices in WordPress.
57 stars 9 forks source link

Consider setting show_in_rest to true as default post type argument. #37

Open jmichaelward opened 4 years ago

jmichaelward commented 4 years ago

The WordPress plugin editor must be enabled on custom post types by setting show_in_rest to true when registering the post type. We should considering setting this as a default value, as WordPress currently sets it to false.