tptn_popular_authors
Filter the Popular Authors output.
Type: filter
Since: 4.4.0
Source: includes/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;
} );