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


Top ↑

Return Return

(array|bool) Array of values.


Top ↑

Source Source

File: includes/wc-core-functions.php




Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.