Recent

wzpa_get_styles filter

wzpa_get_styles

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

Type: filter
Since: 2.5.0
Source: includes/admin/class-admin.php line 299

Parameters

TypeNameDescription
array$stylesDifferent styles.

Usage

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