Opened 2 years ago
Closed 2 years ago
#15816 closed defect (bug) (fixed)
Allow user_* fields in WP_User_Query orderby arg
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | General | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Currently you can use 'email', 'url', 'registered' (and a couple of others) as the orderby arg in WP_User_Query, but not the actual DB field names 'user_email', 'user_url', 'user_registered'.
Related: #15791
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.

Not sure if (user_)nicename also should be added to WP_User_Query as well (has an INDEX IIRC).