do_action( "{$taxonomy}_add_form_fields", string $taxonomy )
Fires after the Add Term form fields.
Description
The dynamic portion of the hook name, $taxonomy
, refers to the taxonomy slug.
Parameters
- $taxonomy
-
The taxonomy slug.
Source
File: wp-admin/edit-tags.php
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |