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