3416*3417* @param int$term_id Term ID.3418* @param int$tt_id Term taxonomy ID.3419* @param string$taxonomy Taxonomy slug.3420* @param array$args Arguments passed to wp_update_term().3421*/3422do_action('edit_term',$term_id,$tt_id,$taxonomy,$args);34233424/**3425* Fires after a term in a specific taxonomy has been updated, but before the term3426* cache has been cleaned.3427*3428* 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.