Warning: This hook has been deprecated. Use ‘{$taxonomy_edit_form_fields’} instead.
do_action_deprecated( 'edit_tag_form_fields', WP_Term $tag )
Fires after the Edit Tag form fields are displayed.
Parameters
-
$tag
WP_Term -
Current tag term object.
Source
File: wp-admin/edit-tag-form.php
.
View all references
do_action_deprecated( 'edit_tag_form_fields', array( $tag ), '3.0.0', '{$taxonomy}_edit_form_fields' );
Changelog
Version | Description |
---|---|
3.0.0 | Use '{$taxonomy_edit_form_fields'} instead. |
2.9.0 | Introduced. |