Warning: This hook has been deprecated. Use the filters in BP_Email instead.
apply_filters_ref_array( 'groups_notification_group_invites_subject', string $value , BP_Groups_Group $group )
Filters the group invite notification subject that will be sent to user.
Description Description
Parameters Parameters
- $value
-
Invite notification email subject text.
- $group
-
Object holding the current group instance. Passed by reference.
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. |