#42133 closed enhancement (fixed)
Add filter to emails sent by wp_new_blog_notification()
| Reported by: | johnbillion | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.6 |
| Component: | Upgrade/Install | Version: | 2.1 |
| Severity: | normal | Keywords: | good-first-bug has-patch dev-feedback has-dev-note |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
All data now passed through a filter.