2671*2672* @param int$term_id Term ID.2673* @param int$tt_id Term taxonomy ID.2674* @param string$taxonomy Taxonomy slug.2675* @param array$args Arguments passed to wp_insert_term().2676*/2677do_action('create_term',$term_id,$tt_id,$taxonomy,$args);26782679/**2680* Fires after a newterm is created for a specific taxonomy.2681*2682* The dynamic portion of the hook name,`$taxonomy`, refers2683* 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.