Warning: This hook has been deprecated. Use the filters in BP_Email. $settings_link argument unset and deprecated instead.
apply_filters( 'friends_notification_accepted_request_message', string $value , string $friend_name , string $friend_link , string $settings_link )
Filters the message for the friend request accepted email.
Description Description
Parameters Parameters
- $value
-
Message to be used in friend request email.
- $friend_name
-
Name of the person who accepted the friendship request.
- $friend_link
-
Profile link of person who accepted the friendship request.
- $settings_link
-
Removed in 2.5; now an empty string.
Source Source
File: bp-core/deprecated/2.5.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Use the filters in BP_Email. $settings_link argument unset and deprecated. |
1.2.0 | Introduced. |