Filter: mc_search_before

apply_filters( 'mc_search_before', $header, $term ) → {string}

HTML template before the search results. Default <ol class="mc-search-results">.

Parameters:
Name Type Description
$header string

HTML output.

$term string | array

The search query arguments. Can be a string or an array of search parameters.

Source:
Returns:
Type
string