3714* @since 4.5.0 Added the `$clean_taxonomy` parameter.3715*3716* @param array$ids An array of term IDs.3717* @param string$taxonomy Taxonomy slug.3718* @param bool$clean_taxonomy Whether or not to clean taxonomy-wide caches3719*/3720do_action('clean_term_cache',$ids,$taxonomy,$clean_taxonomy);3721}37223723wp_cache_set_terms_last_changed();3724}37253726/**
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.