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

Fires after the Edit Term form fields are displayed.


Description Description

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


Parameters Parameters

$tag

(WP_Term) Current taxonomy term object.

$taxonomy

(string) Current taxonomy slug.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.