Warning: This hook has been deprecated. Use ‘{$taxonomy_add_form’} instead.

add_tag_form WordPress Hook

This hook is used to add a new tag form to the post editing screen. It can be used to add a form for a custom taxonomy or for a built-in taxonomy such as tags or categories.

do_action_deprecated( 'add_tag_form', string $taxonomy ) #

Fires at the end of the Add Tag form.


Parameters

$taxonomy

(string)The taxonomy slug.


Top ↑

Source

File: wp-admin/edit-tags.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.0.0Use '{$taxonomy_add_form'} instead.
2.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.