get_bsearch_did_you_mean
Filter the “Did you mean” suggestion markup.
Type: filter
Since: 4.4.0
Source: includes/general-template.php line 686
Parameters
| Type | Name | Description |
|---|---|---|
string |
$output |
Suggestion markup. |
array |
$args |
Array of arguments. |
Usage
add_filter( 'get_bsearch_did_you_mean', function($output, $args) {
// ...
return $output;
} );