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_membership_request_completed_message', string $value, BP_Groups_Group $group, string $group_link, string $deprecated )

Filters the group membership request result message that will be sent to user.

Description

Parameters

$value

(string) Membership request result email message text.

$group

(BP_Groups_Group) Object holding the current group instance. Passed by reference.

$group_link

(string) URL permalink for the group that was requested membership for.

$deprecated

(string) Removed in 2.5; now an empty string.

Source

File: bp-core/deprecated/buddypress/2.5.php

Changelog

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.