Recent

bsearch_heatmap_options_update filter

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

TypeNameDescription
array$instanceWidget options array

Usage

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