the_bsearch_score()
Display the relevance score for the post.
Since: 3.3.0
Source: includes/general-template.php line 551
Signature
function the_bsearch_score( $args = ... ): void|string;
Parameters
| Type | Name | Description |
|---|---|---|
string|array | $args | { |
Returns
void|string — Void if ‘echo’ argument is true, the title attribute if ‘echo’ is false.