apply_filters( 'findstr_default_search_query_args', $args array, $group string )
add_filter( 'findstr_default_search_query_args', $args array, $group string )
Filter the default search query args.
Use this filter to modify the default search query args.
See Meilisearch documentation for more information.
Parameters
| Name | Type | Description |
|---|---|---|
$args | array | default search query args |
$group | string | search group |
- Source
Returns:
$defaults_args
- Type:
- array