wzpa_widget_options_update
Filters Update widget options array.
Type: filter
Since: 1.0.0
Source: includes/frontend/widgets/class-authors-widget.php line 164
Parameters
| Type | Name | Description |
|---|---|---|
array |
$instance |
Widget options array |
array |
$new_instance |
Values just sent to be saved. |
array |
$old_instance |
Previously saved values from database. |
Usage
add_filter( 'wzpa_widget_options_update', function($instance, $new_instance, $old_instance) {
// ...
return $instance;
} );