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
| Type | Name | Description |
|---|---|---|
array | $styles | Different styles. |
Usage
add_filter( 'wzpa_get_styles', function($styles) {
// ...
return $styles;
} );