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.


Parameters

$tag

(WP_Term)Current link category term object.


Top ↑

Source

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

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.0.0Use '{$taxonomy_edit_form_fields'} instead.
2.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.