Recent

tptn_pop_posts filter

tptn_pop_posts

Filter the output

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

Parameters

TypeNameDescription
string$outputFormatted list of top posts
array$argsArray of arguments

Usage

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