bsearch_did_you_mean_min_searches
Find the closest known-good search term from the search log for a “Did you mean” suggestion.
Type: filter
Since: 4.4.0
Source: includes/class-fuzzy-search.php line 474
Parameters
| Type | Name | Description |
|---|---|---|
string |
$token |
The single search token that returned zero results. |
Usage
add_filter( 'bsearch_did_you_mean_min_searches', function($token) {
// ...
return $token;
} );