apply_filters( 'ep_user_search_remove_wildcards', $remove, $query, $query_vars ) → {boolean}
Remove *'s from beginning and end of user search string'
Parameters:
Name | Type | Description |
---|---|---|
$remove |
boolean | True to remove |
$query |
array | Current query |
$query_vars |
array | Query variables |
- Since:
- 3.4
- Source:
Returns:
- Type
- boolean