bsearch_heatmap_options_update
Filters Update widget options array.
Type: filter
Since: 2.0.0
Source: includes/frontend/widgets/class-search-heatmap.php line 108
Parameters
| Type | Name | Description |
|---|---|---|
array | $instance | Widget options array |
Usage
add_filter( 'bsearch_heatmap_options_update', function($instance) {
// ...
return $instance;
} );