Recent

get_bsearch_autocorrect_noticefilter

get_bsearch_autocorrect_notice

Filter the auto-correct notice markup.

Type: filter
Since: 4.4.0
Source: includes/general-template.php line 756

Parameters

Type Name Description
string $output Notice markup.
array $args Array of arguments.

Usage

add_filter( 'get_bsearch_autocorrect_notice', function($output, $args) {
    // ...
    return $output;
} );