3756* @since 4.5.0 Added the `$clean_taxonomy` parameter.3757*3758* @param array$ids An array of term IDs.3759* @param string$taxonomy Taxonomy slug.3760* @param bool$clean_taxonomy Whether or not to clean taxonomy-wide caches3761*/3762do_action('clean_term_cache',$ids,$taxonomy,$clean_taxonomy);3763}37643765wp_cache_set_terms_last_changed();3766}37673768/**
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.