add_tag_form_fields WordPress Action Hook

This hook allows you to add new form fields to the default WordPress tag form. This can be useful for adding extra data to tags, such as a custom field. The new fields will be added to the bottom of the default form.

do_action( 'add_tag_form_fields', string $taxonomy ) #

Fires after the Add Tag form fields for non-hierarchical taxonomies.


Parameters

$taxonomy

(string)The taxonomy slug.


Top ↑

Source

File: wp-admin/edit-tags.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.0.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.