Opened 11 years ago
Closed 9 years ago
#25285 closed enhancement (fixed)
Filter query arguments passed to a new WP_User_Query()
Reported by: | jeremyfelt | Owned by: | |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Users | Keywords: | has-patch needs-refresh |
Focuses: | Cc: |
Description
The queries created by WP_Users_List_Table
and WP_MS_Users_List_Table
don't allow for modification before the final SQL statements are generated. By adding a filter to the query arguments accepted in the __construct()
method of WP_User_Query()
, we have more control over what results are returned.
Attached patch has the included filter. It may be helpful to discuss where else this filter (or action) would belong if __construct()
is not the right place for it.
Attachments (2)
Change History (8)
#3
@
11 years ago
25285.2.diff adds a period to the short description and an @param
line for $query
. We'll leave it up to the constructor to document the accepted arguments.
Note: See
TracTickets for help on using
tickets.
period + @param