Recent

the_bsearch_scorefilter

the_bsearch_score

Filter the relevance score text.

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

Parameters

Type Name Description
string $output Relevance score text.
array $args Array of arguments.

Usage

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