Recent

wzpa_get_stylefilterPro only

wzpa_get_style

Filter the Popular Authors style array which contains the name and extra_css.

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

Parameters

Type Name Description
array $style_array Style array containing name and extra_css.
string $wzpa_style Style name.

Usage

add_filter( 'wzpa_get_style', function($style_array, $wzpa_style) {
    // ...
    return $style_array;
} );