3704* @since 4.5.0 Added the `$clean_taxonomy` parameter.3705*3706* @param array$ids An array of term IDs.3707* @param string$taxonomy Taxonomy slug.3708* @param bool$clean_taxonomy Whether or not to clean taxonomy-wide caches3709*/3710do_action('clean_term_cache',$ids,$taxonomy,$clean_taxonomy);3711}37123713wp_cache_set_terms_last_changed();3714}37153716/**
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.