do_action( "{$taxonomy}_term_edit_form_top", object $tag , string $taxonomy )
Fires at the beginning of the Edit Term form.
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
- $tag
-
Current taxonomy term object.
- $taxonomy
-
Current $taxonomy slug.
Source
Changelog
Version | Description |
---|---|
WP-4.5.0 | Introduced. |