wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



terms_clauses › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( 'terms_clauses', compact( $pieces )
Parametry: (3)
  • (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 $distinct The DISTINCT clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $order The ORDER clause of the query. @type string $limits The LIMIT clause of the query. }
    Wymagane: Tak
  • (string[]) $taxonomies An array of taxonomy names.
    Wymagane: Tak
  • (array) $args An array of term query arguments.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the terms query SQL clauses.





Źródło

$clauses = apply_filters( 'terms_clauses', compact( $pieces ), $taxonomies, $args );