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_reply_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 a reply email notification.

Description

Parameters

$user_id

ID of the parent 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

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.