Recent

wzpa_get_style filter

wzpa_get_style

Filter the style array which contains the name and extra_css.

Type: filter
Since: 3.2.0
Source: includes/frontend/class-styles-handler.php line 99

Parameters

TypeNameDescription
array$style_arrayStyle array containing name and extra_css.
string$wzpa_styleStyle name.

Usage

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