bsearch_header_show_all
Show link for All results.
Type: filter
Since: 3.0.0
Source: includes/general-template.php line 464
Parameters
| Type | Name | Description |
|---|---|---|
bool | $show_all | Show all flag. |
Usage
add_filter( 'bsearch_header_show_all', function($show_all) {
// ...
return $show_all;
} );