Recent

get_bsearch_heatmap_countsfilter

get_bsearch_heatmap_counts

Filter formatted string with the search heatmap

Type: filter
Since: 2.5.0
Source: includes/heatmap.php line 432

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;
} );