apply_filters( 'ep_highlight_should_add_clause', $add_highlight_clause, $formatted_args, $args ) → {bool}
Filter whether to add the highlight
clause in the query or not.
Parameters:
Name | Type | Description |
---|---|---|
$add_highlight_clause |
bool | True means the clause should be added. |
$formatted_args |
array | ep_formatted_args array |
$args |
array | WP query args |
- Since:
- 3.5.6
- Source:
Returns:
New $add_highlight_clause value
- Type
- bool