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