Recent

tptn_popular_authorsfilterPro only

Filter the Popular Authors output.

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

Parameters

Type Name Description
string $output Popular Authors HTML.
array $args Display arguments.

Usage

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