Warning: This hook has been deprecated. Use the filters in BP_Email instead.
do_action( 'bp_groups_sent_membership_approved_email', int $requesting_user_id , string $email_subject , string $email_content , int $group_id )
Fires after the notification is sent that a membership has been approved.
Description Description
Parameters Parameters
- $requesting_user_id
-
ID of the user whose membership was approved.
- $email_subject
-
Email notification subject text.
- $email_content
-
Email notification message text.
- $group_id
-
ID of the group that was joined.
Source Source
File: bp-core/deprecated/2.5.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Use the filters in BP_Email. |
1.5.0 | Introduced. |