Recent

wherego_widget_options_update filter

wherego_widget_options_update

Filters Update widget options array.

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

Parameters

TypeNameDescription
array$instanceWidget options array

Usage

add_filter( 'wherego_widget_options_update', function($instance) {
    // ...
    return $instance;
} );