Recent

wzpa_list_popular_authorsfilter

Filter the output

Type: filter
Since: 1.1.0
Source: includes/frontend/class-display.php line 79

Parameters

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

Usage

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