Changeset 48475 for trunk/src/wp-includes/class-wp-tax-query.php
- Timestamp:
- 07/14/2020 12:08:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-tax-query.php
r48110 r48475 97 97 * @type string $relation Optional. The MySQL keyword used to join 98 98 * the clauses of the query. Accepts 'AND', or 'OR'. Default 'AND'. 99 * @type array {100 * Optional.An array of first-order clause parameters, or another fully-formed tax query.99 * @type array ...$0 { 100 * An array of first-order clause parameters, or another fully-formed tax query. 101 101 * 102 102 * @type string $taxonomy Taxonomy being queried. Optional when field=term_taxonomy_id.
Note: See TracChangeset
for help on using the changeset viewer.