Recent

wzpa_authors_class filter Pro only

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

TypeNameDescription
string$post_classesSpace-separated class string.
array$argsDisplay arguments.

Usage

add_filter( 'wzpa_authors_class', function($post_classes, $args) {
    // ...
    return $post_classes;
} );