edit_link_category_form_fields

edit_link_category_form_fields

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

do_action('edit_link_category_form_fields') is found 1 times:

  • /wp-admin/edit-tag-form.php line 214
    			 * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead.
    			 *
    			 * @param WP_Term $tag Current link category term object.
    			 */
    			do_action( 'edit_link_category_form_fields', $tag );
    		} else {
    			/**
    			 * Fires after the Edit Tag form fields are displayed.
    			 *
    			 * @since 2.9.0
    			 * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead.