Recent

wzpa_get_stylesfilterPro only

wzpa_get_styles

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

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

Parameters

Type Name Description
array $styles Different styles.

Usage

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