get_bsearch_terms()
Returns an array with the cleaned-up search string at the zero index and possibly a list of terms in the second.
Since: 1.2
Source: includes/functions.php line 56
Signature
function get_bsearch_terms( $search_query = ..., $args = ... ): array;
Parameters
| Type | Name | Description |
|---|---|---|
mixed |
$search_query |
The search term. |
array |
$args |
{ |
Returns
array — Cleaned up search string. Search query is at [0], array of terms at [1], fulltext status at [2].