#20162 closed enhancement (fixed)
Pass additional parameters to newuser_notify_siteadmin filter
Reported by: | boonebgorges | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | Users | Keywords: | has-patch |
Focuses: | Cc: |
Description
The newuser_notify_siteadmin filter allows modification of the email that gets sent at new user activation on Multisite. However, the filter is not very useful, as it does not pass along any information about the user being activated. The attached patch passes the $user_id as well as the $user object.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Might as well just pass $user. Looks good.