#29084 closed enhancement (fixed)
Add filter to modify user queries before building query
Reported by: | rmccue | Owned by: | rmccue |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Users | Keywords: | has-patch |
Focuses: | Cc: |
Description
We have pre_user_query
, but that runs after all of the SQL has been built. We need a corresponding filter for before the SQL has built. I propose pre_get_users
to match pre_get_posts
.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Add pre_user_query function