the_bsearch_header
Filter the header table.
Type: filter
Since: 3.0.0
Source: includes/general-template.php line 357
Parameters
| Type | Name | Description |
|---|---|---|
string | $output | Header table. |
array | $args | Array of arguments. |
Usage
add_filter( 'the_bsearch_header', function($output, $args) {
// ...
return $output;
} ); See Also
get_bsearch_header()