get_bsearch_heatmap
Filter formatted string with the search heatmap
Type: filter
Since: 1.2
Source: includes/heatmap.php line 343
Parameters
| Type | Name | Description |
|---|---|---|
string | $output | Formatted excerpt |
string|array | $args | Arguments |
Usage
add_filter( 'get_bsearch_heatmap', function($output, $args) {
// ...
return $output;
} );