Changeset 53469 for trunk/src/wp-includes/class-wp-user-query.php
- Timestamp:
- 06/06/2022 10:49:22 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-user-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user-query.php
r53362 r53469 158 158 * @type string|string[] $meta_value Meta value or values to filter by. 159 159 * @type string $meta_compare MySQL operator used for comparing the meta value. 160 * See WP_Meta_Query::__construct for accepted values and default value.160 * See WP_Meta_Query::__construct() for accepted values and default value. 161 161 * @type string $meta_compare_key MySQL operator used for comparing the meta key. 162 * See WP_Meta_Query::__construct for accepted values and default value.162 * See WP_Meta_Query::__construct() for accepted values and default value. 163 163 * @type string $meta_type MySQL data type that the meta_value column will be CAST to for comparisons. 164 * See WP_Meta_Query::__construct for accepted values and default value.164 * See WP_Meta_Query::__construct() for accepted values and default value. 165 165 * @type string $meta_type_key MySQL data type that the meta_key column will be CAST to for comparisons. 166 * See WP_Meta_Query::__construct for accepted values and default value.166 * See WP_Meta_Query::__construct() for accepted values and default value. 167 167 * @type array $meta_query An associative array of WP_Meta_Query arguments. 168 * See WP_Meta_Query::__construct for accepted values.168 * See WP_Meta_Query::__construct() for accepted values. 169 169 * @type string|string[] $capability An array or a comma-separated list of capability names that users must match 170 170 * to be included in results. Note that this is an inclusive list: users
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)