do_action( “{$taxonomy}_term_edit_form_tag” )

In this article

Fires inside the Edit Term form tag.

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

do_action( "{$taxonomy}_term_edit_form_tag" );

Changelog

VersionDescription
3.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.