wzpa_authors_class
Filter the classes added to the div wrapper of the Popular Authors.
Type: filter
Since: 1.0.0
Source: includes/frontend/class-display.php line 142
Parameters
| Type | Name | Description |
|---|---|---|
string | $post_classes | Post classes string. |
Usage
add_filter( 'wzpa_authors_class', function($post_classes) {
// ...
return $post_classes;
} );