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.
Contents
Parameters
- $tag
(WP_Term)Current tag term object.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Use '{$taxonomy_edit_form_fields'} instead. |
2.9.0 | Introduced. |