Opened 14 years ago
Closed 14 years ago
#15816 closed defect (bug) (fixed)
Allow user_* fields in WP_User_Query orderby arg
Reported by: | duck_ | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | General | Keywords: | has-patch |
Focuses: | 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)
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).