This hook has been deprecated. Use {$taxonomy}_edit_form_fields instead.

do_action( 'edit_link_category_form_fields', object $tag )

Fires after the Edit Link Category form fields are displayed.


Parameters

$tag

(object) Current link category term object.


Source

File: wp-admin/edit-tag-form.php

View on GitHub


Changelog

Changelog
Version Description
WP-3.0.0 Use {$taxonomy}_edit_form_fields instead.
WP-2.9.0 Introduced. This hook has been deprecated. Use {$taxonomy}_edit_form_fields instead.