This hook has been deprecated. BuddyPress 2.5.0 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

Parameters

$user_id

(int) ID of the original activity item author.

$email_subject

(string) Email notification subject text.

$email_content

(string) Email notification message text.

$comment_id

(int) ID for the newly received comment.

$commenter_id

(int) ID of the user who made the comment.

$deprecated

(array) Removed in 2.5; now an empty array.

Source

File: bp-core/deprecated/buddypress/2.5.php

Changelog

Changelog
Version Description
BuddyPress 1.5.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.