Recent

wzpa_authors_class filter

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

TypeNameDescription
string$post_classesPost classes string.

Usage

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