#22922 closed enhancement (fixed)
Add filter 'comment_notification_email_to' in wp_notify_postauthor()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Comments | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
Currently, mailto: address is not filterable in pluggable function wp_notify_postauthor()
. Thus, in order to send replies to email addresses other than the post author, the entire function must be overridden.
Patch makes mailto: filterable for wp_notify_postauthor()
, moving $author->user_email
to an array, and applying the 'comment_notification_email_to'
filter.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Related: #20353