Opened 16 years ago
Closed 16 years ago
#14709 closed enhancement (fixed)
WP_User_Query constructor improvements
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.1 | Priority: | normal |
| Severity: | normal | Version: | 3.0.1 |
| Component: | Users | Keywords: | has-patch |
| Focuses: | Cc: |
Description
- We should be able to extend the class and invoke the parent constructor agnostic of the particular class name of the parent, e.g.
return parent::__construct() - We should be able to instantiate the class without querying immediately (currently the constructor has a mandatory query argument).
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Good idea.
Wouldn't the following be just as good?