3710* @since 4.5.0 Added the `$clean_taxonomy` parameter.3711*3712* @param array$ids An array of term IDs.3713* @param string$taxonomy Taxonomy slug.3714* @param bool$clean_taxonomy Whether or not to clean taxonomy-wide caches3715*/3716do_action('clean_term_cache',$ids,$taxonomy,$clean_taxonomy);3717}37183719wp_cache_set_terms_last_changed();3720}37213722/**
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.