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