Taxonomies: Custom metabox UI #6702
JoryHogeveen
started this conversation in
Ideas
Replies: 1 comment
-
As long as this gets us away from people using relationships for taxonomy, I'd suggest this as a good thing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://developer.wordpress.org/reference/functions/register_taxonomy/
See
meta_box_cb
andmeta_box_sanitize_cb
.Currently we only support the default display types for taxonomies.
I've seen requests/questions about this in multiple occasions where people want to allow only one taxonomy or just a different UI type.
With the pick field UI types and the DFV add-new options we could provide various UI types, compatible with the blocks editor, to select/manage taxonomies attached to posts.
Beta Was this translation helpful? Give feedback.
All reactions