{$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.


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

Top ↑

Source

File: wp-admin/edit-tag-form.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.