#42133 closed enhancement (fixed)
Add filter to emails sent by wp_new_blog_notification()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Upgrade/Install | Keywords: | good-first-bug has-patch dev-feedback has-dev-note |
Focuses: | Cc: |
Description (last modified by )
wp_new_blog_notification()
contains a call to wp_mail()
which sends an email when WordPress is first installed and when a site is added to a Multisite network. (Ref).
The contents of the email cannot be filtered. The recipient, subject, message, and headers should be passed through a filter in the same format as the password_change_email
filter. (Ref).
Attachments (2)
Change History (16)
Note: See
TracTickets for help on using
tickets.
All data now passed through a filter.