Recent

bsearch_heatmap_titlefilter

bsearch_heatmap_title

Filter the value of the title tag of heatmap links.

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

Parameters

Type Name Description
string $title Value of the title tag of the link.
string $searchvar Search term.
int $count Count.
object $result Search results object.

Usage

add_filter( 'bsearch_heatmap_title', function($title, $searchvar, $count, $result) {
    // ...
    return $title;
} );