Fires at the end of the Edit Term form.
Parameters
$tagWP_Term- Current taxonomy term object.
Source
do_action_deprecated( 'edit_tag_form', array( $tag ), '3.0.0', '{$taxonomy}_edit_form' );
This hook has been deprecated since 3.0.0. Use {@see ‘{$taxonomy}_edit_form’} instead.
Fires at the end of the Edit Term form.
$tagWP_Termdo_action_deprecated( 'edit_tag_form', array( $tag ), '3.0.0', '{$taxonomy}_edit_form' );
User Contributed Notes
You must log in before being able to contribute a note or feedback.