Recent

the_bsearch_score filter

the_bsearch_score

Filter the relevance score text.

Type: filter
Since: 3.0.0
Source: includes/general-template.php line 561

Parameters

TypeNameDescription
string$outputRelevance score text.
array$argsArray of arguments.

Usage

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