Core Function
View Source on Trac ↗ _get_non_cached_ids()
_get_non_cached_ids( mixed $object_ids, mixed $cache_group ) Retrieves IDs that are not already present in the cache.
Parameters 2 required
| Name / Type | Description |
|---|---|
| $object_ids int[] | Array of IDs. Required |
| $cache_group string | The cache group to check against. Required |
Return Value
(int[])
Array of IDs not present in the cache.
Function Information
Since Version
3.4.0
Source File
wp-includes/functions.php
Advertisement