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

edit_tag_form WordPress Hook

The edit_tag_form hook is a great way to add extra fields to your tag editing form. This can be useful for adding extra data to your tags, or for customizing the way the form looks.

do_action_deprecated( 'edit_tag_form', WP_Term $tag ) #

Fires at the end of the Edit Term form.


Parameters

$tag

(WP_Term)Current taxonomy term object.


Top ↑

Source

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

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.0.0Use '{$taxonomy_edit_form'} instead.
2.5.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.