Recent

bsearch_heatmap_style filter

bsearch_heatmap_style

Filter the value of the style tag of heatmap links.

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

Parameters

TypeNameDescription
string$styleValue of the style tag of the link.
string$searchvarSearch term.
object$resultSearch results object.

Usage

add_filter( 'bsearch_heatmap_style', function($style, $searchvar, $result) {
    // ...
    return $style;
} );