Warning: This hook has been deprecated. Use ‘{$taxonomy_add_form’} instead.
do_action_deprecated( 'add_tag_form', string $taxonomy )
Fires at the end of the Add Tag form.
Parameters
-
$taxonomy
string -
The taxonomy slug.
Source
File: wp-admin/edit-tags.php
.
View all references
do_action_deprecated( 'add_tag_form', array( $taxonomy ), '3.0.0', '{$taxonomy}_add_form' );
Changelog
Version | Description |
---|---|
3.0.0 | Use '{$taxonomy_add_form'} instead. |
2.7.0 | Introduced. |