Recent

wzkb_help_widget_labelsfilterPro only

wzkb_help_widget_labels

Filters the help widget labels.

Allows customization of all help widget text strings.

Type: filter
Since: 3.0.0
Source: includes/pro/help-widget/class-help-widget.php line 285

Parameters

Type Name Description
array $labels Array of label strings.

Usage

add_filter( 'wzkb_help_widget_labels', function($labels) {
    // ...
    return $labels;
} );