{$taxonomy}_term_edit_form_tag WordPress Action Hook
The {$taxonomy}_term_edit_form_tag hook is fired before the opening form tag for the term edit form. It can be used to add extra fields or modify the form tag itself.
do_action( "{$taxonomy}_term_edit_form_tag" ) #
Fires inside the Edit Term form tag.
Contents
Description
The dynamic portion of the hook name, $taxonomy
, refers to the taxonomy slug.
Possible hook names include:
category_term_edit_form_tag
post_tag_term_edit_form_tag
Source
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |