bsearch_fuzzy_truncate_offset
Filters the character offset at which post content is truncated when building the fuzzy index.
Type: filter
Since: 4.3.0
Source: includes/pro/class-fuzzy-search.php line 64
Parameters
| Type | Name | Description |
|---|---|---|
int |
$truncate_offset |
Offset in characters. Default 50. |
Usage
add_filter( 'bsearch_fuzzy_truncate_offset', function($truncate_offset) {
// ...
return $truncate_offset;
} );