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