Summery Summery
Fires after a new term is created for a specific taxonomy.
Syntax Syntax
Description Description
The dynamic portion of the hook name, $taxonomy
, refers to the slug of the taxonomy the term was created for.
Parameters Parameters
- $term_id
-
Term ID.
- $tt_id
-
Term taxonomy ID.
Source Source
File: wp-includes/taxonomy.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |