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
| Type | Name | Description |
|---|---|---|
array | $arguments | Widget options array |
Usage
add_filter( 'wherego_widget_options', function($arguments) {
// ...
return $arguments;
} );