Recent

tptn_pop_postsfilter

tptn_pop_posts

Filter the output

Type: filter
Since: 1.9.8.5
Source: includes/frontend/class-display.php line 135

Parameters

Type Name Description
string $output Formatted list of top posts
array $args Array of arguments

Usage

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