Recent

bsearch_heatmap_options_afteraction

bsearch_heatmap_options_after

Fires after Better Search widget options.

Type: action
Since: 2.0.0
Source: includes/frontend/widgets/class-search-heatmap.php line 78

Parameters

Type Name Description
array $instance Widget options array

Usage

add_action( 'bsearch_heatmap_options_after', function($instance) {
    // ...
} );