3694*3695* @since 2.5.03696*3697* @param array$object_ids An array of object IDs.3698* @param string$object_typeObject type.3699*/3700do_action('clean_object_term_cache',$object_ids,$object_type);3701}37023703/**3704* Removes all of the term IDs from the cache.3705*3706* @since 2.3.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.