wp_cache_delete_multiple
wp_cache_delete_multiple ( $keys, $group = '' )
Parameters:- (array) keys Array of keys under which the cache to deleted.
- (string) group Optional. Where the cache contents are grouped. Default empty.
See:- WP_Object_Cache::delete_multiple()
Returns:- (bool[]) Array of return values, grouped by key. Each value is either true on success, or false if the contents were not deleted.
Defined at: - Introduced in WordPress: 6.0.0
- Deprecated in WordPress: —
Description
Deletes multiple values from the cache in one call.