bsearch_highlight_js_selectors
Filters the CSS selector(s) used to scope JS highlighting.
Type: filter
Since: 4.3.2
Source: includes/frontend/class-display.php line 116
Parameters
| Type | Name | Description |
|---|---|---|
string | $selectors | A valid CSS selector string. Default targets standard WordPress content landmarks. |
Usage
add_filter( 'bsearch_highlight_js_selectors', function($selectors) {
// ...
return $selectors;
} );