do_action( "{$taxonomy}_edit_form_fields", object $tag, string $taxonomy )

Fires after the Edit Term form fields are displayed.


Description

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


Parameters

$tag

(object) Current taxonomy term object.

$taxonomy

(string) Current taxonomy slug.


Source

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

View on GitHub


Changelog

Changelog
Version Description
WP-3.0.0 Introduced.