bsearch_cache_get_keys
Filters the list of Better Search cache keys found in the options table.
Type: filter
Since: 4.0.0
Source: includes/util/class-cache.php line 116
Parameters
| Type | Name | Description |
|---|---|---|
string[] |
$keys |
Cache keys without the transient prefix. |
Usage
add_filter( 'bsearch_cache_get_keys', function($keys) {
// ...
return $keys;
} );