Recent

wzpa_get_styles filter Pro only

wzpa_get_styles

Filter the array containing the types of styles to add your own.

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

Parameters

TypeNameDescription
array$stylesDifferent styles.

Usage

add_filter( 'wzpa_get_styles', function($styles) {
    // ...
    return $styles;
} );