Warning: This hook has been deprecated. Use the filters in BP_Email instead.

do_action( 'bp_groups_sent_membership_request_email', int $admin_id, string $email_subject, string $email_content, int $requesting_user_id, int $group_id, int $membership_id )

Fires after the notification is sent that a member has requested group membership.


Description Description


Parameters Parameters

$admin_id

ID of the group administrator.

$email_subject

Email notification subject text.

$email_content

Email notification message text.

$requesting_user_id

ID of the user requesting membership.

$group_id

ID of the group receiving membership request.

$membership_id

ID of the group membership object.


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.
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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