Warning: This hook has been deprecated. Use the filters in BP_Email. $ud argument unset and deprecated instead.
apply_filters( 'messages_notification_new_message_subject', string $value , string $sender_name , bool $deprecated )
Filters the message notification subject that will be sent to user.
Description Description
Parameters Parameters
- $value
-
Email notification subject text.
- $sender_name
-
Name of the person who sent the message.
- $deprecated
-
Removed in 2.5; now a bool (false).
Source Source
File: bp-core/deprecated/2.5.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Use the filters in BP_Email. $ud argument unset and deprecated. |
1.2.0 | Introduced. |