Opened 12 years ago
Closed 12 years ago
#2627 closed enhancement (fixed)
Filter recipients of forum and topic subscription email messages.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | 2.5.4 |
| Component: | API - Subscriptions | Keywords: | needs-patch |
| Cc: |
Description
I would like to be able to filter the recipients of forum and topic subscription email messages.
Adding filters in bbpress/includes/common/functions.php after lines 1105 and 1245 to filter the array of user ids should do it.
Something like
$user_ids = apply_filters( ‘bbp_forum_subscription_mail_ids’, $user_ids );
and
$user_ids = apply_filters( ‘bbp_topic_subscription_mail_ids’, $user_ids );
Change History (3)
Note: See
TracTickets for help on using
tickets.
For context via bbpress.org
Thanks for creating the ticket.