Recent

wzpa_list_popular_authors filter

Filter the output

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

Parameters

TypeNameDescription
string$outputFormatted list of top authors.
array$argsArray of arguments

Usage

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