This hook has been deprecated. BuddyPress 2.5.0 Use the filters in BP_Email. $settings_link argument unset and deprecated instead.
apply_filters_ref_array( 'groups_notification_group_invites_message', string $value , BP_Groups_Group $group , string $inviter_name , string $inviter_link , string $invites_link , string $group_link , string $settings_link )
Filters the group invite notification message that will be sent to user.
Description
Parameters
- $value
-
Invite notification email message text.
- $group
-
Object holding the current group instance. Passed by reference.
- $inviter_name
-
Username for the person doing the inviting.
- $inviter_link
-
Profile link for the person doing the inviting.
- $invites_link
-
URL permalink for the invited user's invite management screen.
- $group_link
-
URL permalink for the group that the invite was related to.
- $settings_link
-
Removed in 2.5; now an empty string.
Source
Changelog
Version | Description |
---|---|
BuddyPress 1.2.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.