apply_filters( 'findstr_search_query_args', $args array, $group string )
add_filter( 'findstr_search_query_args', $args array, $group string )
Filter the search query args.
Use this filter to modify the search query args, before the search is executed.
Parameters
| Name | Type | Description |
|---|---|---|
$args | array | search query args |
$group | string | search group |
- Source
Returns:
$args
- Type:
- array