tptn_cache_time
Render ranked authors.
Type: filter
Source: includes/popular-authors/class-popular-authors.php line 577
Parameters
| Type | Name | Description |
|---|---|---|
array | $args | Display arguments. |
Usage
add_filter( 'tptn_cache_time', function($args) {
// ...
return $args;
} );