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

Fires at the beginning of the Edit Term form.


Description Description

At this point, the required hidden fields and nonces have already been output.

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
4.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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