Warning: This hook has been deprecated. Use the filters in BP_Email. $settings_link argument unset and deprecated instead.
apply_filters( 'bp_activity_new_comment_notification_comment_author_message', string $value , string $poster_name , string $content , string $deprecated , string $thread_link )
Filters the new comment reply notification message that will be sent to user.
Description Description
Parameters Parameters
- $value
-
Email notification message text.
- $poster_name
-
Name of the person who made the comment.
- $content
-
Content of the comment.
- $deprecated
-
Removed in 2.5; now an empty string.
- $thread_link
-
URL permalink for the activity thread.
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. |