wc_cache_get_multiple( array $keys, string $group = '', bool $force = false )
Polyfill for wp_cache_get_multiple for WP versions before 5.5.
Description Description
Parameters Parameters
- $keys
-
(Required) Array of keys to get from group.
- $group
-
(Optional) Where the cache contents are grouped.
Default value: ''
- $force
-
(Optional) Whether to force an update of the local cache from the persistent cache.
Default value: false
Return Return
(array|bool) Array of values.
Source Source
File: includes/wc-core-functions.php