get_bsearch_title
Filters the title of the widget
Type: filter
Since: 1.2
Source: includes/general-template.php line 329
Parameters
| Type | Name | Description |
|---|---|---|
string | $title | Title of the daily popular searches |
Usage
add_filter( 'get_bsearch_title', function($title) {
// ...
return $title;
} );