do_action( "{$taxonomy}_pre_edit_form", object $tag , string $taxonomy )
Fires before the Edit Term form for all taxonomies.
Description
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-3.0.0 | Introduced. |