Recent

wherego_widget_options filter

wherego_widget_options

Filters arguments passed to get_wfp for the widget.

Type: filter
Since: 2.0.0
Source: includes/frontend/class-widget.php line 88

Parameters

TypeNameDescription
array$argumentsWidget options array

Usage

add_filter( 'wherego_widget_options', function($arguments) {
    // ...
    return $arguments;
} );