bp_activity_sent_reply_to_reply_email, $tokens[parent-comment-user.id], $email_subject, $email_content, $tokens[comment.id], $tokens[commenter.id], array(
bp_activity_sent_reply_to_reply_email, $tokens[parent-comment-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_reply_email, $tokens[parent-comment-user.id], $email_subject, $email_content, $tokens[comment.id], $tokens[commenter.id], array(') is found 1 times:
- /bp-core/deprecated/2.5.php line 746
* @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_reply_email', $tokens['parent-comment-user.id'], $email_subject, $email_content, $tokens['comment.id'], $tokens['commenter.id'], array() ); } elseif ( $email_type === 'core-user-registration' ) { if ( ! empty( $tokens['user.id'] ) ) { /** * Fires after the sending of activation email to a newly registered user. *