[wp-trac] [WordPress Trac] #59804: Can we implement a manage status of taxonomy term ?

WordPress Trac noreply at wordpress.org
Fri Nov 3 13:24:11 UTC 2023


#59804: Can we implement a manage status of taxonomy term ?
-------------------------+------------------------------
 Reporter:  maheshpatel  |       Owner:  (none)
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Taxonomy     |     Version:
 Severity:  normal       |  Resolution:
 Keywords:               |     Focuses:
-------------------------+------------------------------

Comment (by mbabker):

 Unfortunately, #38227 never really took off for getting a feature like
 this landed.  The last time I had a client requirement for this, we were
 able to get a partially working MVP for the core `post` and WooCommerce
 `product` post types and their category taxonomies with `register_meta(
 'term', 'term_visibility', $args )`, hooks to add a field for this meta in
 the list and edit views, and a hook into `pre_handle_404` to hide the
 single item pages on the frontend, but that's as far as we got before
 plans changed.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/59804#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list