3693* @since 4.5.0 Added the `$clean_taxonomy` parameter.3694*3695* @param array$ids An array of term IDs.3696* @param string$taxonomy Taxonomy slug.3697* @param bool$clean_taxonomy Whether or not to clean taxonomy-wide caches3698*/3699do_action('clean_term_cache',$ids,$taxonomy,$clean_taxonomy);3700}37013702wp_cache_set_terms_last_changed();3703}37043705/**
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.