Recent

tptn_cache_get_widget_keys filter

tptn_cache_get_widget_keys

Get the transient names for the Top 10 widgets.

Type: filter
Since: 2.3.0
Source: includes/util/class-cache.php line 336

Usage

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