get_bsearch_heatmap_counts
Filter formatted string with the search heatmap
Type: filter
Since: 2.5.0
Source: includes/heatmap.php line 409
Parameters
| Type | Name | Description |
|---|---|---|
array | $results | Array of search terms. |
array | $args | Array of arguments. |
Usage
add_filter( 'get_bsearch_heatmap_counts', function($results, $args) {
// ...
return $results;
} );