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

Remove the taxonomy meta box from the block editor #140

Closed johnbillion closed 4 years ago

johnbillion commented 4 years ago

This allows just the one from Extended CPTs to be used, which means the custom meta boxes such as radio work as expected both in the block editor and in the classic editor.

This is essentially the opposite behaviour of #132 which allows only the block editor meta box to be used.

See #118.

mvdhoek1 commented 4 years ago

Hi John,

I can confirm that this works the way it should, all the double metaboxes are gone now. Thanks!

mvdhoek1 commented 4 years ago

When will you merge this PR?

huubl commented 4 years ago

Tested, works as expected!