#47902 closed enhancement (fixed)
hook wp_pre_insert_user_data should return a WP_Error when returned empty
Reported by: | juliobox | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Users | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
(This is a follow-up to #40545.)
Hello there.
In wp_insert_user() there is a lot of check of valid data or not, but since wp_pre_insert_user_data, the returned value is not checked at all.
I know, you'll say "hey, you have to return something !" well, yes, but I want to shortcut and forbid this, so actually I'm returning __return_empty_array
which is doing the job well, BUT is the admin area we still got the message "New user created." like nothing happened.
I think we should add a new control here. (see patch)
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
In 45858: