wzpa_get_popular_author_ids
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
| Type | Name | Description |
|---|---|---|
object | $results | List of popular authors and corresponding view counts. |
array | $args | Arguments list. |
Usage
add_filter( 'wzpa_get_popular_author_ids', function($results, $args) {
// ...
return $results;
} );