Recent

the_bsearch_heatmap filter

the_bsearch_heatmap

Filters the displayed heatmap.

Type: filter
Since: 3.0.0
Source: includes/heatmap.php line 71

Parameters

TypeNameDescription
string$outputThe heatmap.
array$argsArguments array.

Usage

add_filter( 'the_bsearch_heatmap', function($output, $args) {
    // ...
    return $output;
} );