2665*2666* @param int$term_id Term ID.2667* @param int$tt_id Term taxonomy ID.2668* @param string$taxonomy Taxonomy slug.2669* @param array$args Arguments passed to wp_insert_term().2670*/2671do_action('create_term',$term_id,$tt_id,$taxonomy,$args);26722673/**2674* Fires after a newterm is created for a specific taxonomy.2675*2676* The dynamic portion of the hook name,`$taxonomy`, refers2677* 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.