Changeset 52332 for trunk/src/wp-includes/class-wp-meta-query.php
- Timestamp:
- 12/07/2021 12:18:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-meta-query.php
r52236 r52332 402 402 * @since 4.1.0 403 403 * 404 * @return array{404 * @return string[] { 405 405 * Array containing JOIN and WHERE SQL clauses to append to the main query. 406 406 * … … 435 435 * @param int $depth Optional. Number of tree levels deep we currently are. 436 436 * Used to calculate indentation. Default 0. 437 * @return array{437 * @return string[] { 438 438 * Array containing JOIN and WHERE SQL clauses to append to a single query array. 439 439 * … … 521 521 * @param string $clause_key Optional. The array key used to name the clause in the original `$meta_query` 522 522 * parameters. If not provided, a key will be generated automatically. 523 * @return array{523 * @return string[] { 524 524 * Array containing JOIN and WHERE SQL clauses to append to a first-order query. 525 525 *
Note: See TracChangeset
for help on using the changeset viewer.