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_new_membership_request_message', string $value, BP_Groups_Group $group, string $requesting_user_name, string $profile_link, string $group_requests, string $deprecated )

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


Description Description


Parameters Parameters

$value

Membership request email message text.

$group

Object holding the current group instance. Passed by reference.

$requesting_user_name

Username of who is requesting membership.

$profile_link

URL permalink for the profile for the user requesting membership.

$group_requests

URL permalink for the group requests screen for group being requested membership to.

$deprecated

Removed in 2.5; now an empty string.


Top ↑

Source Source

File: bp-core/deprecated/2.5.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Use the filters in BP_Email. $settings_link argument unset and deprecated.
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.