273*274* @since 2.5.0275* @deprecated 3.0.0Use{@see '{$taxonomy}_edit_form'} instead.276*277* @param WP_Term$tag Current taxonomy term object.278*/279do_action_deprecated('edit_tag_form',array($tag),'3.0.0','{$taxonomy}_edit_form');280}281/**282* Fires at the end of the Edit Term form for all taxonomies.283*284* The dynamic portion of the hook name,`$taxonomy`, refers to the taxonomy slug.285*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.