Warning: This hook has been deprecated. Use the filters in BP_Email. $email_subject and $email_content arguments unset and deprecated instead.

do_action( 'bp_messages_sent_notification_email', array $recipients, string $email_subject, string $email_content, array $args )

Fires after the sending of a new message email notification.


Description Description


Parameters Parameters

$recipients

User IDs of recipients.

$email_subject

Deprecated in 2.5; now an empty string.

$email_content

Deprecated in 2.5; now an empty string.

$args

Array of originally provided arguments.


Top ↑

Source Source

File: bp-messages/bp-messages-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Use the filters in BP_Email. $email_subject and $email_content arguments unset and deprecated.
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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