the_bsearch_heatmap
Filters the displayed heatmap.
Type: filter
Since: 3.0.0
Source: includes/heatmap.php line 71
Parameters
| Type | Name | Description |
|---|---|---|
string |
$output |
The heatmap. |
array |
$args |
Arguments array. |
Usage
add_filter( 'the_bsearch_heatmap', function($output, $args) {
// ...
return $output;
} );