Fires inside the Add Tag form tag.
Description
The dynamic portion of the hook name, $taxonomy
, refers to the taxonomy slug.
Possible hook names include:
category_term_new_form_tag
post_tag_term_new_form_tag
Source
do_action( "{$taxonomy}_term_new_form_tag" );
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.