Fires before the Add Term form for all taxonomies.
Description
The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.
Possible hook names include:
category_pre_add_formpost_tag_pre_add_form
Parameters
$taxonomystring- The taxonomy slug.
Source
do_action( "{$taxonomy}_pre_add_form", $taxonomy );
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.