Changeset 42768 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 03/01/2018 04:02:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r42581 r42768 605 605 * @since 4.6.0 Added 'post_name__in' support for `$orderby`. Introduced the `$lazy_load_term_meta` argument. 606 606 * @since 4.9.0 Introduced the `$comment_count` parameter. 607 * @since 5.0.0 Introduced the `$meta_compare_key` parameter. 607 608 * 608 609 * @param string|array $query { … … 641 642 * numbers 1-12. Default empty. 642 643 * @type string $meta_compare Comparison operator to test the 'meta_value'. 644 * @type string $meta_compare_key Comparison operator to test the 'meta_key'. 643 645 * @type string $meta_key Custom field key. 644 646 * @type array $meta_query An associative array of WP_Meta_Query arguments. See WP_Meta_Query.
Note: See TracChangeset
for help on using the changeset viewer.