wzpa_authors_class
Filter the classes added to the div wrapper of the Popular Authors.
Type: filter
Since: 4.4.0
Source: includes/popular-authors/class-popular-authors.php line 542
Parameters
| Type | Name | Description |
|---|---|---|
string | $post_classes | Space-separated class string. |
array | $args | Display arguments. |
Usage
add_filter( 'wzpa_authors_class', function($post_classes, $args) {
// ...
return $post_classes;
} );