412*413* @since 2.5.0414* @deprecated 3.0.0Use{@see '{$taxonomy}_pre_add_form'} instead.415*416* @param string$taxonomy The taxonomy slug.417*/418do_action_deprecated('add_tag_form_pre',array($taxonomy),'3.0.0','{$taxonomy}_pre_add_form');419}420421/**422* Fires before the Add Term form for all taxonomies.423*424* The dynamic portion of the hook name,`$taxonomy`, refers to the taxonomy slug.
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.