Filter: wu_customers_query_clauses
Filters the SQL clauses for a customers query.
Parameters
| Name | Type | Description |
|---|---|---|
| $clauses | array | { Associative array of SQL clause strings. @type string $fields The SELECT fields. @type string $join The JOIN clause. @type string $where The WHERE clause. @type string $orderby The ORDER BY clause. @type string $limits The LIMIT clause. @type string $groupby The GROUP BY clause. } |
| $query | \BerlinDB\Database\Query | The query instance (passed by reference). |
Since
- 2.0.0
Source
Defined in inc/documentation/berlindb-dynamic-hooks.php at line 212