Recent

tptn_cache_get_widget_keysfilter

tptn_cache_get_widget_keys

Filters the list of Top 10 cache keys found in the options table.

Type: filter
Since: 2.5.0
Source: includes/util/class-cache.php line 396

Parameters

Type Name Description
string[] $keys Cache keys without the transient prefix.

Usage

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