225*226* @since 2.9.0227* @deprecated 3.0.0Use{@see '{$taxonomy}_edit_form_fields'} instead.228*229* @param WP_Term$tag Current link category term object.230*/231do_action_deprecated('edit_link_category_form_fields',array($tag),'3.0.0','{$taxonomy}_edit_form_fields');232}else{233/**234* Fires after the Edit Tag form fields are displayed.235*236* @since 2.9.0237* @deprecated 3.0.0Use{@see '{$taxonomy}_edit_form_fields'} instead.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.