Changeset 35645
- Timestamp:
- 11/16/2015 07:03:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user-query.php
r35170 r35645 187 187 * Default true. 188 188 * @type string|array $fields Which fields to return. Single or all fields (string), or array 189 * of fields. Accepts 'ID', 'display_name', 'login', 'nicename', 190 * 'email', 'url', 'registered'. Use 'all' for all fields and 191 * 'all_with_meta' to include meta fields. Default 'all'. 189 * of fields. Accepts 'ID', 'display_name', 'user_login', 190 * 'user_nicename', 'user_email', 'user_url', 'user_registered'. 191 * Use 'all' for all fields and 'all_with_meta' to include 192 * meta fields. Default 'all'. 192 193 * @type string $who Type of users to query. Accepts 'authors'. 193 194 * Default empty (all users).
Note: See TracChangeset
for help on using the changeset viewer.