bsearch_highlight_class
Filters the CSS class applied to each highlighted term wrapper.
Type: filter
Since: 4.3.2
Source: includes/frontend/class-display.php line 85
Parameters
| Type | Name | Description |
|---|---|---|
string |
$cls |
CSS class name. |
Usage
add_filter( 'bsearch_highlight_class', function($cls) {
// ...
return $cls;
} );