Warning: This hook has been deprecated. Use ‘{$taxonomy_pre_edit_form’} instead.

edit_link_category_form_pre WordPress Hook

The edit_link_category_form_pre hook is triggered before the link category form is displayed. It can be used to modify the form or add extra fields.

do_action_deprecated( 'edit_link_category_form_pre', WP_Term $tag ) #

Fires before the Edit Link Category form.


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_pre_edit_form'} instead.
2.3.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.