This hook has been deprecated. Use {$taxonomy}_edit_form_fields instead.

do_action( 'edit_tag_form_fields', object $tag )

Fires after the Edit Tag form fields are displayed.


Parameters

$tag

(object) Current tag term object.


Source

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

View on GitHub


Changelog

Changelog
Version Description
WP-3.0.0 Use {$taxonomy}_edit_form_fields instead.
WP-2.9.0 Introduced. This hook has been deprecated. Use {$taxonomy}_edit_form_fields instead.