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

edit_tag_form_fields WordPress Hook

This hook allows you to add custom fields to the WordPress tag editor. This is useful if you want to add extra data to your tags, such as a description or an image. The fields you add will be saved as post meta data.

do_action_deprecated( 'edit_tag_form_fields', WP_Term $tag ) #

Fires after the Edit Tag form fields are displayed.


Parameters

$tag

(WP_Term)Current tag 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.