Skip to main content

Filter: wu_domains_query_clauses

Filters the SQL clauses for a domains query.

Parameters

NameTypeDescription
$clausesarray{ 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\QueryThe query instance (passed by reference).

Since

  • 2.0.0

Source

Defined in inc/documentation/berlindb-dynamic-hooks.php at line 636

Returns