johnbillion / extended-cpts

A library which provides extended functionality to WordPress custom post types and taxonomies.
GNU General Public License v2.0
979 stars 96 forks source link

Add option to display the default taxonomy term meta box #169

Closed herrschuessler closed 3 years ago

herrschuessler commented 3 years ago

Currently, there doesn't seem to be any way to display the default taxonomy meta box when registering a taxonomy through register_extended_taxonomy. Any setting in the meta_box option leads to the default meta boxes being removed and replaced by custom meta boxes.

Some plugins like Yoast SEO extend the functionality of the default meta box, e.g. adding a default branch picker. For those cases, it would be nice to either have a meta_box option to keep the default meta box. Or is this already possible?