wp_cache_supports


wp_cache_supports ( $feature )

Parameters:
  • (string) feature Name of the feature to check for. Possible values include: 'add_multiple', 'set_multiple', 'get_multiple', 'delete_multiple', 'flush_runtime', 'flush_group'.
Returns:
  • (bool) True if the feature is supported, false otherwise.
Defined at:

Description

Determines whether the object cache implementation supports a particular feature.

Related Functions

wp_http_supports, wp_cache_set, wp_cache_close, wp_cache_reset, wp_cache_flush

Top Google Results

User discussions

wpseek mobile