bsearch_form_args
Filters the array of arguments used when generating the Better Search form.
Type: filter
Since: 3.0.0
Source: includes/general-template.php line 207
Parameters
| Type | Name | Description |
|---|---|---|
array | $args | The array of arguments for building the search form. |
Usage
add_filter( 'bsearch_form_args', function($args) {
// ...
return $args;
} );