Warning: This hook has been deprecated. Use the filters in BP_Email. $settings_link argument unset and deprecated instead.
apply_filters_ref_array( 'groups_notification_group_updated_message', string $value , BP_Groups_Group $group , string $group_link , string $settings_link )
Filters the group update notification message that will be sent to user.
Description Description
Parameters Parameters
- $value
-
Email notification message text.
- $group
-
Object holding the current group instance. Passed by reference.
- $group_link
-
URL permalink to the group that was updated.
- $settings_link
-
Removed in 2.5; now an empty string.
Source Source
File: bp-core/deprecated/2.5.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Use the filters in BP_Email. $settings_link argument unset and deprecated. |
1.2.0 | Introduced. |