583*584* @since 2.7.0585* @deprecated 3.0.0Use{@see '{$taxonomy}_add_form'} instead.586*587* @param string$taxonomy The taxonomy slug.588*/589do_action_deprecated('add_tag_form',array($taxonomy),'3.0.0','{$taxonomy}_add_form');590}591592/**593* Fires at the end of the Add Term form for all taxonomies.594*595* The dynamic portion of the hook name,`$taxonomy`, refers to the taxonomy slug.
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.