Warning: This hook has been deprecated. Use the filters in BP_Email instead.

apply_filters( 'bp_activity_new_comment_notification_comment_author_subject', string $value, string $poster_name )

Filters the new comment reply notification subject that will be sent to user.


Description Description


Parameters Parameters

$value

Email notification subject text.

$poster_name

Name of the person who made the comment.


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.
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.