Recent

get_bsearch_heatmap_counts filter

get_bsearch_heatmap_counts

Filter formatted string with the search heatmap

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

Parameters

TypeNameDescription
array$resultsArray of search terms.
array$argsArray of arguments.

Usage

add_filter( 'get_bsearch_heatmap_counts', function($results, $args) {
    // ...
    return $results;
} );