Description
Filters the term ID after a new term is created.
Occurrences
Filename | Line Number |
---|---|
wp-includes/taxonomy.php | 2691 |
wp-includes/taxonomy.php | 3433 |
Parameters
Type | Name | Description |
---|---|---|
int | $term_id | Term ID. |
int | $tt_id | Term taxonomy ID. |
array | $args | Arguments passed to wp_insert_term(). |
PHP Doc
/**
* Filters the term ID after a new term is created.
*
* @since 2.3.0
* @since 6.1.0 The `$args` parameter was added.
*
* @param int $term_id Term ID.
* @param int $tt_id Term taxonomy ID.
* @param array $args Arguments passed to wp_insert_term().
*/