Fires after the Add Tag form fields for non-hierarchical taxonomies.
Parameters
$taxonomystring- The taxonomy slug.
Source
do_action( 'add_tag_form_fields', $taxonomy );
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
Fires after the Add Tag form fields for non-hierarchical taxonomies.
$taxonomystringdo_action( 'add_tag_form_fields', $taxonomy );
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.