Warning: This hook has been deprecated. Use ‘{$taxonomy_edit_form_fields’} instead.
edit_link_category_form_fields WordPress Hook
The edit_link_category_form_fields hook allows you to modify the fields shown when editing a link category. This can be useful for adding custom fields to the edit form.
do_action_deprecated( 'edit_link_category_form_fields', WP_Term $tag ) #
Fires after the Edit Link Category form fields are displayed.
Contents
Parameters
- $tag
(WP_Term)Current link category term object.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Use '{$taxonomy_edit_form_fields'} instead. |
2.9.0 | Introduced. |