From core:
function post_tags_meta_box($post, $box) {
$defaults = array('taxonomy' => 'post_tag');
if ( !isset($box['args']) || !is_array($box['args']) )
$args = array();
else
$args = $box['args'];
extract( wp_parse_args($args, $defaults), EXTR_SKIP );
$tax_name = esc_attr($taxonomy);
$taxonomy = get_taxonomy($taxonomy);
$disabled = !current_user_can($taxonomy->cap->assign_terms) ? 'disabled="disabled"' : '';
$comma = _x( ',', 'tag delimiter' );
?>
<div class="tagsdiv" id="<?php echo $tax_name; ?>">
<div class="jaxtag">
<div class="nojs-tags hide-if-js">
<p><?php echo $taxonomy->labels->add_or_remove_items; ?></p>
As you can see, there is no hook. So the only options are JavaScript or a clone of the metabox.
Third option: Open a Trac ticket and ask for a new hook.
You could also use output buffering, but I don’t recommend that, especially on that page.
Related Posts:
- Separate tags with semicolon
- Add default WordPress tag meta box to User Profile
- Custom taxonomy hide meta box but show in menu
- How do you remove a Category-style (hierarchical) taxonomy metabox?
- How to add a style to taxonomy edit page
- Add description to custom taxonomy admin metabox
- Get the term id belonging to custom taxonomy on a custom single-post-type.php template page
- Remove description in custom taxonomy edit screen
- Create Admin Only Taxonomies?
- Require a Custom Taxonomy to be checked
- Automatically assign taxonomy term if custom meta value exists
- Custom taxonomy sort by term meta in admin columns
- How can I conditionally change the title of a taxonomy meta box?
- Can I limit term selection to one plus parent?
- How to Put Custom Taxanomy Meta Box in Main Column
- Date range filter for manage posts list on edit.php
- Metabox to list/store a certain type of post tag
- ‘wp’ action hook not firing in admin and login?
- Modify “View” in admin panel for custom taxonomy
- Taxonomies image
- Remove categories from post edit page, but keep in sidebar?
- Render P2P metabox per taxonomy term
- limit post by a taxonomy in the admin
- Create custom taxonomy and Display in metabox dropdown
- Remove taxonomy widget from “PAGE” post
- unable to save custom taxonomy terms in a custom-built metabox in wp-admin
- Dropdown list of taxonomies won’t display selected
- Extra Meta Data for WordPress Multisite Taxonomy
- wp_set_post_terms example?
- Remove Custom metabox from particular page template is used
- transfer two existing taxonomy terms into one custom metabox
- Link a page from admin to a custom taxonomy
- Looking for suggestions on creating simple database (Help!!)
- How to show/hide a meta box using categories, with a different post type
- Does a codex exist for creating meta boxes in taxonomy
- Attaching meta box to specific category/taxonomy in custom post type
- register_taxonomy – show in admin menu, but not on post type (edit) screen
- Removing fields from category/taxonomy edit form
- Taxonomy Extra Meta [duplicate]
- An unidentified error has occurred when deleting a category
- Modify Term List in Custom Taxonomy Meta Box
- How to filter the terms of custom taxonomy by author id in admin panel
- Only display top level taxonomy on the edit post page with option to expand sub-categories
- Multiple Drop-Down custom taxonomies search
- WPML taxonomies not translated
- Drop-down filter doesn’t retrieve custom taxonomies
- Creating a drop-down and filter button for two custom taxonomies assigned to a custom post type
- Listing only custom post types with two required categories?
- Add a custom field when adding / editing a page / post in admin panel
- custom taxonomies on pages
- Singular custom taxonomy label
- custom taxonomies label in hebrew
- How to combine taxonomies into URL?
- Why do my quick edits for custom taxonomies not show on the post frontend?
- Filter with two id of the same value CPT UI(taxanomies)
- Amend taxonomy to search in wordpress admin
- Include get_term_link inside search
- Terms added to custom taxonomy for custom post type only appear in Rest when added in code
- get_terms does not return any results for my custom taxonomy?
- Shortcode to show the terms from the current post (custom post type & custom taxonomy)
- Unique taxonomy for post
- Problem with sorting in custom child taxonomy archive page
- Trash Bin for Categories?
- Custom taxonomy – checking if name includes a declared value
- Is there a way to nest taxonomies or custom fields deeper than one level below the post type?
- Custom taxonomy throw error 404
- using wp_insert_term to create custom terms for a custom taxonomy from frontend form,
- Taxonomy archive uses incorrect template when query strings are used
- wordpress mysql / wpdb ajax load more for terms help
- Get child product categories from parent product category for CUSTOM TAXONOMY archive page
- is there a way of getting term children that only shows those from two taxonomies
- How to get related taxonomies based on a category with mysql query?
- WordPress REST API – get custom taxonomy category posts
- Pull data from MySQL and add it to terms
- Taxonomy and Page Slug Same
- Product custom taxonomy is not found when space in name
- Display term picture of each post in a loop
- Issue adding custom taxonomies to custom post type (PHP)
- Get Posts Related to Category By category id or slug
- Custom Post Type meta data getting deleted on bulk editing taxonomies
- How Can I Remove Child Slug From Grandchild Slug When Using Duplicate Grandchild Slugs?
- Set two terms for a post when they differ only by an accent
- Unknown column ‘wp_posts.ID’ in ‘field list
- filter for thumbnail not working for custom taxonomy term
- Custom taxonomies registered via plugin stop existing after function finishes running
- Display just the Post’s parent Category, not child
- How to Create Multi selection search Form using Default WordPress Category Terms, and Custom post Types Taxonomies Terms?
- Change the full permalink (URL) of a single post by connecting it to a specific page
- Prioritise Pages over Taxonomy Term Root Archive, but not Taxonomy Term Child Archives
- Display custom taxanomy on woocommere product page
- Showing custom taxonomy in woocommerce signle product page
- Where to find relation of custom post type category with it thubmnail image in wordpress database
- How can I show links for custom posts group by taxonomy current term and sub-term?
- Show custom taxaomy as a product meta
- Wp_insert_term doesn’t work from separate file with custom taxonomy
- Main query disturb pre_get_post by category query
- Translate dashboard metabox
- Taxonomy page loading wrong data
- How to use custom slug and custom templates for custom taxonomy?
- Get Terms of custom Taxonomy of products with certain Product Category