widget_bsearch_heatmap_args
Filters the arguments for the Better Search form widget.
Type: filter
Since: 3.0.0
Source: includes/frontend/widgets/class-search-heatmap.php line 148
Parameters
| Type | Name | Description |
|---|---|---|
array | $args | An array of arguments used to retrieve the Better Search form. |
array | $instance | Array of settings for the current widget. |
Usage
add_filter( 'widget_bsearch_heatmap_args', function($args, $instance) {
// ...
return $args;
} ); See Also
the_bsearch_heatmap()