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
| Type | Name | Description |
|---|---|---|
array | $labels | Array of label strings. |
Usage
add_filter( 'wzkb_help_widget_labels', function($labels) {
// ...
return $labels;
} );