bp_activity_sent_reply_to_update_email, $tokens[original_activity.user_id], $email_subject, $email_content, $tokens[comment.id], $tokens[commenter.id], array(
bp_activity_sent_reply_to_update_email, $tokens[original_activity.user_id], $email_subject, $email_content, $tokens[comment.id], $tokens[commenter.id], array(
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_activity_sent_reply_to_update_email, $tokens[original_activity.user_id], $email_subject, $email_content, $tokens[comment.id], $tokens[commenter.id], array(') is found 1 times:
- /bp-core/deprecated/2.5.php line 730
* @param int $comment_id ID for the newly received comment. * @param int $commenter_id ID of the user who made the comment. * @param array $deprecated Removed in 2.5; now an empty array. */ do_action( 'bp_activity_sent_reply_to_update_email', $tokens['original_activity.user_id'], $email_subject, $email_content, $tokens['comment.id'], $tokens['commenter.id'], array() ); } elseif ( $email_type === 'activity-comment-author' ) { /** * Fires after the sending of a reply to a reply email notification. * * @since 1.5.0