Warning: This hook has been deprecated. Use the filters in BP_Email. $ud argument unset and deprecated instead.

apply_filters( 'messages_notification_new_message_to', string $value, bool $deprecated )

Filters the user email that the message notification will be sent to.


Description Description


Parameters Parameters

$value

User email the message notification is being sent to.

$deprecated

Removed in 2.5; now a bool (false).


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. $ud 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.