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