2756*2757* @param int$term_id Term ID.2758* @param int$tt_id Term taxonomy ID.2759* @param string$taxonomy Taxonomy slug.2760* @param array$args Arguments passed to wp_insert_term().2761*/2762do_action('created_term',$term_id,$tt_id,$taxonomy,$args);27632764/**2765* Fires after a newterm in a specific taxonomy is created,and after the term2766* cache has been cleaned.2767*2768* 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.