apply_filters( 'findstr_search_query_args', $args, $group ) → {array}
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