Changeset 49693 for trunk/src/wp-includes/user.php
- Timestamp:
- 11/24/2020 09:25:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r49672 r49693 1280 1280 * match to be included in results. Note that this is an inclusive 1281 1281 * list: users must match *each* role. Default empty. 1282 * @type array$role__in An array of role names. Matched users must have at least one of1282 * @type string[] $role__in An array of role names. Matched users must have at least one of 1283 1283 * these roles. Default empty array. 1284 * @type array$role__not_in An array of role names to exclude. Users matching one or more of1284 * @type string[] $role__not_in An array of role names to exclude. Users matching one or more of 1285 1285 * these roles will not be included in results. Default empty array. 1286 1286 * }
Note: See TracChangeset
for help on using the changeset viewer.