Recent

tptn_cache_time filter Pro only

tptn_cache_time

Render ranked authors.

Type: filter
Source: includes/popular-authors/class-popular-authors.php line 577

Parameters

TypeNameDescription
array$argsDisplay arguments.

Usage

add_filter( 'tptn_cache_time', function($args) {
    // ...
    return $args;
} );