2721*2722* @param int$term_id Term ID.2723* @param int$tt_id Term taxonomy ID.2724* @param string$taxonomy Taxonomy slug.2725* @param array$args Arguments passed to wp_insert_term().2726*/2727do_action('created_term',$term_id,$tt_id,$taxonomy,$args);27282729/**2730* Fires after a newterm in a specific taxonomy is created,and after the term2731* cache has been cleaned.2732*2733* The dynamic portion of the hook name,`$taxonomy`, refers to the taxonomy slug.
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.