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