2725*2726* @param int$term_id Term ID.2727* @param int$tt_id Term taxonomy ID.2728* @param string$taxonomy Taxonomy slug.2729* @param array$args Arguments passed to wp_insert_term().2730*/2731do_action('created_term',$term_id,$tt_id,$taxonomy,$args);27322733/**2734* Fires after a newterm in a specific taxonomy is created,and after the term2735* cache has been cleaned.2736*2737* 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.