Recent

wzkb_help_widget_labels filter Pro 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/help-widget/class-help-widget.php line 278

Parameters

TypeNameDescription
array$labelsArray of label strings.

Usage

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