2706*2707* @param int$term_id Term ID.2708* @param int$tt_id Term taxonomy ID.2709* @param string$taxonomy Taxonomy slug.2710* @param array$args Arguments passed to wp_insert_term().2711*/2712do_action('create_term',$term_id,$tt_id,$taxonomy,$args);27132714/**2715* Fires after a newterm is created for a specific taxonomy.2716*2717* The dynamic portion of the hook name,`$taxonomy`, refers2718* to the slug of the taxonomy the term was created for.
History
Introduced in 2.3.0. Unchanged from 6.7.7 through 7.1.0.