do_action( "created_{$taxonomy}", int $term_id , int $tt_id )
Fires after a new term in a specific taxonomy is created, and after the term cache has been cleaned.
Description
The dynamic portion of the hook name, $taxonomy
, refers to the taxonomy slug.
Parameters
- $term_id
-
Term ID.
- $tt_id
-
Term taxonomy ID.
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
WP-2.3.0 | Introduced. |