Changeset 53469 for trunk/src/wp-includes/class-wp-site-query.php
- Timestamp:
- 06/06/2022 10:49:22 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-site-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site-query.php
r53376 r53469 174 174 * @type string|string[] $meta_value Meta value or values to filter by. 175 175 * @type string $meta_compare MySQL operator used for comparing the meta value. 176 * See WP_Meta_Query::__construct for accepted values and default value.176 * See WP_Meta_Query::__construct() for accepted values and default value. 177 177 * @type string $meta_compare_key MySQL operator used for comparing the meta key. 178 * See WP_Meta_Query::__construct for accepted values and default value.178 * See WP_Meta_Query::__construct() for accepted values and default value. 179 179 * @type string $meta_type MySQL data type that the meta_value column will be CAST to for comparisons. 180 * See WP_Meta_Query::__construct for accepted values and default value.180 * See WP_Meta_Query::__construct() for accepted values and default value. 181 181 * @type string $meta_type_key MySQL data type that the meta_key column will be CAST to for comparisons. 182 * See WP_Meta_Query::__construct for accepted values and default value.182 * See WP_Meta_Query::__construct() for accepted values and default value. 183 183 * @type array $meta_query An associative array of WP_Meta_Query arguments. 184 * See WP_Meta_Query::__construct for accepted values.184 * See WP_Meta_Query::__construct() for accepted values. 185 185 * } 186 186 */
Note: See TracChangeset
for help on using the changeset viewer.