[wp-trac] [WordPress Trac] #28956: Moving taxonomy metabox

WordPress Trac noreply at wordpress.org
Sat Jul 19 17:04:20 UTC 2014


#28956: Moving taxonomy metabox
-------------------------+---------------------------------
 Reporter:  RIISdesign   |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Taxonomy     |     Version:
 Severity:  normal       |  Resolution:
 Keywords:               |     Focuses:  ui, administration
-------------------------+---------------------------------

Comment (by DrewAPicture):

 Hi RIISdesign, welcome to Trac :)

 This is actually a pretty good idea.

 Just thinking out loud here ... in the short term, it might be worth
 simply adding a filter just before the taxonomy meta boxes
 [https://core.trac.wordpress.org/browser/trunk/src/wp-admin/edit-form-
 advanced.php#L167 are added] that would allow modifying the context and
 priority, maybe as an array of values. Or we could just add the filter
 inside `add_meta_box()`.

 Implementing a filter in either place would open the door in the long term
 to adding an argument to `register_taxonomy()` as you suggested -- maybe
 as `meta_box_context` or something, then core filtering the values just
 before/while the meta boxes are added.

 Food for thought. Care to try your hand at submitting a patch?

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


More information about the wp-trac mailing list