wpseek.com
A WordPress-centric search engine for devs and theme authors



networks_clauses › WordPress Filter Hooks

Since4.6.0
Deprecatedn/a
apply_filters_ref_array( 'networks_clauses', array( compact( $pieces )
Parameters: (2)
  • (string[]) $clauses { Associative array of the clauses for the query. @type string $fields The SELECT clause of the query. @type string $join The JOIN clause of the query. @type string $where The WHERE clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $limits The LIMIT clause of the query. @type string $groupby The GROUP BY clause of the query. }
    Required: Yes
  • (WP_Network_Query) $query Current instance of WP_Network_Query (passed by reference).
    Required: Yes
Defined at:
Codex:

Filters the network query clauses.





Source

$clauses = apply_filters_ref_array( 'networks_clauses', array( compact( $pieces ), &$this ) );