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: - Introduced in WordPress: 6.1.0
- Deprecated in WordPress: —
Description
Determines whether the object cache implementation supports a particular feature.