Recent

wzpa_get_popular_author_ids filter

Filter object containing list of popular authors and corresponding view counts.

Type: filter
Since: 1.0.0
Source: includes/frontend/class-display.php line 475

Parameters

TypeNameDescription
object$resultsList of popular authors and corresponding view counts.
array$argsArguments list.

Usage

add_filter( 'wzpa_get_popular_author_ids', function($results, $args) {
    // ...
    return $results;
} );