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.
Contents
Parameters
- $taxonomy
(string)The taxonomy slug.
Source
File: wp-admin/edit-tags.php
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |