2715*2716* @param int$term_id Term ID.2717* @param int$tt_id Term taxonomy ID.2718* @param string$taxonomy Taxonomy slug.2719* @param array$args Arguments passed to wp_insert_term().2720*/2721do_action('created_term',$term_id,$tt_id,$taxonomy,$args);27222723/**2724* Fires after a newterm in a specific taxonomy is created,and after the term2725* cache has been cleaned.2726*2727* 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.