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

do_action( 'bp_groups_sent_invited_email', int $invited_user_id, string $email_subject, string $email_content, BP_Groups_Group $group )

Fires after the notification is sent that a member has been invited to a group.


Description Description


Parameters Parameters

$invited_user_id

ID of the user who was invited.

$email_subject

Email notification subject text.

$email_content

Email notification message text.

$group

Group 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.