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:

Description

Deletes multiple values from the cache in one call.

Related Functions

wp_cache_get_multiple, wp_cache_set_multiple, wp_cache_add_multiple, wp_cache_delete, wp_delete_file

Top Google Results

User discussions

wpseek mobile