Changeset 55732 for trunk/src/wp-includes/class-wp-meta-query.php
- Timestamp:
- 05/08/2023 10:35:38 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-meta-query.php
r55398 r55732 524 524 * parameters. If not provided, a key will be generated automatically. 525 525 * Default empty string. 526 * @return string[]{526 * @return array { 527 527 * Array containing JOIN and WHERE SQL clauses to append to a first-order query. 528 528 * 529 * @type string $join SQL fragmentto append to the main JOIN clause.530 * @type string $where SQL fragmentto append to the main WHERE clause.529 * @type string[] $join Array of SQL fragments to append to the main JOIN clause. 530 * @type string[] $where Array of SQL fragments to append to the main WHERE clause. 531 531 * } 532 532 */
Note: See TracChangeset
for help on using the changeset viewer.