{$taxonomy}_term_new_form_tag WordPress Action Hook
This hook is called when the new {$taxonomy} form tag is created. It can be used to add extra fields to the form, or to modify the existing fields.
do_action( "{$taxonomy}_term_new_form_tag" ) #
Fires inside the Add Tag form tag.
Contents
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
File: wp-admin/edit-tags.php
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |