Recent

tptn_popular_authors filter Pro only

Filter the Popular Authors output.

Type: filter
Since: 4.4.0
Source: includes/popular-authors/class-popular-authors.php line 519

Parameters

TypeNameDescription
string$outputPopular Authors HTML.
array$argsDisplay arguments.

Usage

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