Filter: mc_search_after

apply_filters( 'mc_search_after', $footer, $term ) → {string}

HTML template after the search results. Default </ol>.

Parameters:
Name Type Description
$footer string

HTML output.

$term string | array

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

Source:
Returns:
Type
string