Changeset 53469 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 06/06/2022 10:49:22 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r53375 r53469 669 669 * @type string|string[] $meta_value Meta value or values to filter by. 670 670 * @type string $meta_compare MySQL operator used for comparing the meta value. 671 * See WP_Meta_Query::__construct for accepted values and default value.671 * See WP_Meta_Query::__construct() for accepted values and default value. 672 672 * @type string $meta_compare_key MySQL operator used for comparing the meta key. 673 * See WP_Meta_Query::__construct for accepted values and default value.673 * See WP_Meta_Query::__construct() for accepted values and default value. 674 674 * @type string $meta_type MySQL data type that the meta_value column will be CAST to for comparisons. 675 * See WP_Meta_Query::__construct for accepted values and default value.675 * See WP_Meta_Query::__construct() for accepted values and default value. 676 676 * @type string $meta_type_key MySQL data type that the meta_key column will be CAST to for comparisons. 677 * See WP_Meta_Query::__construct for accepted values and default value.677 * See WP_Meta_Query::__construct() for accepted values and default value. 678 678 * @type array $meta_query An associative array of WP_Meta_Query arguments. 679 * See WP_Meta_Query::__construct for accepted values.679 * See WP_Meta_Query::__construct() for accepted values. 680 680 * @type int $menu_order The menu order of the posts. 681 681 * @type int $minute Minute of the hour. Default empty. Accepts numbers 0-59. … … 753 753 * true. Note: a string of comma-separated IDs will NOT work. 754 754 * @type array $tax_query An associative array of WP_Tax_Query arguments. 755 * See WP_Tax_Query ->__construct().755 * See WP_Tax_Query::__construct(). 756 756 * @type string $title Post title. 757 757 * @type bool $update_post_meta_cache Whether to update the post meta cache. Default true.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)