Recent

wzpa_authors_classfilterPro only

wzpa_authors_class

Filter the classes added to the div wrapper of the Popular Authors.

Type: filter
Since: 4.4.0
Source: includes/pro/popular-authors/class-popular-authors.php line 568

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;
} );