170functionwp_cache_flush_group($group){171global$wp_object_cache;172173if(!wp_cache_supports('flush_group')){174_doing_it_wrong(175__FUNCTION__,176__('Your object cache implementation does not support flushing individual groups.'),177'6.1.0'178);179180returnfalse;181}182183return$wp_object_cache->flush_group($group);184}
History
Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
Parsed data
Generated from the wordpress-develop 6.7.7 tag, from src/wp-includes/cache-compat.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.