Recent

crp_cache_keysfilter

crp_cache_keys

Filters the array containing the various cache keys.

Type: filter
Since: 3.5.0
Source: includes/util/class-cache.php line 232

Parameters

Type Name Description
array $keys Array of cache keys.

Usage

add_filter( 'crp_cache_keys', function($keys) {
    // ...
    return $keys;
} );