Changeset 53469 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 06/06/2022 10:49:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r53376 r53469 169 169 * @type string|string[] $meta_value Meta value or values to filter by. 170 170 * @type string $meta_compare MySQL operator used for comparing the meta value. 171 * See WP_Meta_Query::__construct for accepted values and default value.171 * See WP_Meta_Query::__construct() for accepted values and default value. 172 172 * @type string $meta_compare_key MySQL operator used for comparing the meta key. 173 * See WP_Meta_Query::__construct for accepted values and default value.173 * See WP_Meta_Query::__construct() for accepted values and default value. 174 174 * @type string $meta_type MySQL data type that the meta_value column will be CAST to for comparisons. 175 * See WP_Meta_Query::__construct for accepted values and default value.175 * See WP_Meta_Query::__construct() for accepted values and default value. 176 176 * @type string $meta_type_key MySQL data type that the meta_key column will be CAST to for comparisons. 177 * See WP_Meta_Query::__construct for accepted values and default value.177 * See WP_Meta_Query::__construct() for accepted values and default value. 178 178 * @type array $meta_query An associative array of WP_Meta_Query arguments. 179 * See WP_Meta_Query::__construct for accepted values.179 * See WP_Meta_Query::__construct() for accepted values. 180 180 * @type int $number Maximum number of comments to retrieve. 181 181 * Default empty (no limit).
Note: See TracChangeset
for help on using the changeset viewer.