Recent

wzkb_kb_styles filter

wzkb_kb_styles

Filter available KB styles.

Allows Pro or other extensions to add their styles to the dropdown.

Type: filter
Since: 3.0.0
Source: includes/admin/class-settings.php line 1359

Parameters

TypeNameDescription
array$stylesArray of style options (key => label).

Usage

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