Fires before the Edit Category form.
Parameters
$tagWP_Term- Current category term object.
Source
do_action_deprecated( 'edit_category_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 Category form.
$tagWP_Termdo_action_deprecated( 'edit_category_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.