apply_filters( 'ep_suggestion_html', $html, $terms, $query ) → {string}
Filter the did you mean suggested HTML.
Parameters:
Name | Type | Description |
---|---|---|
$html |
string | The HTML output. |
$terms |
array | All suggested terms. |
$query |
WP_Query | The WP_Query object. |
- Since:
- 4.6.0
- Source:
Returns:
New HTML output
- Type
- string