This hook has been deprecated. Use ‘{$taxonomy_edit_form’} instead.
do_action_deprecated( 'edit_tag_form', WP_Term $tag )
Fires at the end of the Edit Term form.
Parameters
- $tag
-
Current taxonomy term object.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Use '{$taxonomy_edit_form'} instead. |
2.5.0 | Introduced. This hook has been deprecated. Use {@see '{$taxonomy}_edit_form'} instead. |