3446*3447* @param int$term_id Term ID.3448* @param int$tt_id Term taxonomy ID.3449* @param string$taxonomy Taxonomy slug.3450* @param array$args Arguments passed to wp_update_term().3451*/3452do_action('edited_term',$term_id,$tt_id,$taxonomy,$args);34533454/**3455* Fires after a term for a specific taxonomy has been updated,and the term3456* cache has been cleaned.3457*3458* 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.