Warning: This hook has been deprecated. Use the filters in BP_Email instead.
apply_filters( 'groups_notification_group_updated_to', string $value )
Filters the user email that the group update notification will be sent to.
Description Description
Parameters Parameters
- $value
-
User email the notification is being sent to.
Source Source
File: bp-core/deprecated/2.5.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Use the filters in BP_Email. |
1.2.0 | Introduced. |