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

edit_tag_form_pre WordPress Hook

The edit_tag_form_pre hook is called before the form for editing a tag is output. It can be used to add extra fields to the form or to modify the existing fields.

do_action_deprecated( 'edit_tag_form_pre', WP_Term $tag ) #

Fires before the Edit Tag form.


Parameters

$tag

(WP_Term)Current tag term object.


Top ↑

Source

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

View on Trac


Top ↑

Changelog

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