{$taxonomy}_term_new_form_tag WordPress Action Hook

This hook is called when the new {$taxonomy} form tag is created. It can be used to add extra fields to the form, or to modify the existing fields.

do_action( "{$taxonomy}_term_new_form_tag" ) #

Fires inside the Add Tag form tag.


Description

The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.

Possible hook names include:

  • category_term_new_form_tag
  • post_tag_term_new_form_tag

Top ↑

Source

File: wp-admin/edit-tags.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.