Changes between Initial Version and Version 1 of Ticket #6592, comment 15
- Timestamp:
- 09/24/2015 02:28:10 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6592, comment 15
initial v1 7 7 The $type arg would tell you where the call came from, for example 'bp_activity_new_comment_notification_message' 8 8 9 The $type arg would be included in the apply_filters hook. 10 9 11 Then devs could use a single filter hook ( the new one in bp_send_mail ) to filter emails based on where they came from - instead of multiple hooks.