Recent

bsearch_fuzzy_truncate_wordsfilterPro only

bsearch_fuzzy_truncate_words

Filters the number of words of post content stored in the fuzzy index.

Type: filter
Since: 4.3.0
Source: includes/pro/class-fuzzy-search.php line 80

Parameters

Type Name Description
int $truncate_words Number of words. Default 25.

Usage

add_filter( 'bsearch_fuzzy_truncate_words', function($truncate_words) {
    // ...
    return $truncate_words;
} );