This hook has been deprecated. BuddyPress 2.5.0 Use the filters in BP_Email. $settings_link argument unset and deprecated instead.
apply_filters( 'bp_activity_new_comment_notification_message', string $value , string $poster_name , string $content , string $thread_link , string $deprecated )
Filters the new comment notification message that will be sent to user.
Description
Parameters
- $value
-
Email notification message text.
- $poster_name
-
Name of the person who made the comment.
- $content
-
Content of the comment.
- $thread_link
-
URL permalink for the activity thread.
- $deprecated
-
Removed in 2.5; now an empty string.
Source
Changelog
Version | Description |
---|---|
BuddyPress 1.2.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.