Warning: This hook has been deprecated. Use the filters in BP_Email. $params argument unset and deprecated instead.
do_action( 'bp_activity_sent_reply_to_update_email', int $user_id , string $email_subject , string $email_content , int $comment_id , int $commenter_id , array $deprecated )
Fires after the sending of a reply to an update email notification.
Description Description
Parameters Parameters
- $user_id
-
ID of the original activity item author.
- $email_subject
-
Email notification subject text.
- $email_content
-
Email notification message text.
- $comment_id
-
ID for the newly received comment.
- $commenter_id
-
ID of the user who made the comment.
- $deprecated
-
Removed in 2.5; now an empty array.
Source Source
File: bp-core/deprecated/2.5.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Use the filters in BP_Email. $params argument unset and deprecated. |
1.5.0 | Introduced. |