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