apply_filters( 'mc_search_template', $template, $term ) → {string}
Template for outputting search results. Default <strong>{date}</strong> {title} {details}
.
Parameters:
Name | Type | Description |
---|---|---|
$template |
string | String with HTML and template tags. |
$term |
string | array | The search query arguments. Can be a string or an array of search parameters. |
- Source:
Returns:
- Type
- string