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
-
Current link category term object.
Source
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. |