- Description:
- Manipulate the address list for a subscription mail notification after an edit
- DefaultAction:
- Provide a comma-separated list of subscribed users
- Preventable:
- yes
- Added:
- 2010-01-20
This event is signaled by notify() in inc/common.php before subscribers are informed about an edit, handlers can use it to amend the addresslist or provide a completely self-generated list.
$data['id']: The ID of the edited page
$data['addresslist']: The list of mail addressees
$data['self']: Whether the editor itself should receive notifications as well
The following plugins are known to handle this event and their source code may be a good start for understanding and implementing a handler yourself.