Opened 6 years ago
Closed 6 years ago
#48057 closed enhancement (fixed)
Misleading info about 'search_columns' param in WP_User_Query class
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.3 | Priority: | normal |
| Severity: | minor | Version: | 5.3 |
| Component: | Users | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
Misleading info about search_columns param in WP_User_Query class.
Currently it says: 'ID', 'login', 'nicename', 'email', 'url'
where in fact it accepts: 'ID', 'user_login', 'user_email', 'user_url', 'user_nicename', 'display_name'
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 46156: