bp_activity_sent_reply_to_update_notification, $original_activity, $comment_id, $commenter_id, $params
bp_activity_sent_reply_to_update_notification, $original_activity, $comment_id, $commenter_id, $params
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_notification, $original_activity, $comment_id, $commenter_id, $params') is found 1 times:
- /bp-activity/bp-activity-functions.php line 3991
* @param int $comment_id ID for the newly received comment. * @param int $commenter_id ID of the user who made the comment. * @param array $params Arguments used with the original activity comment. */ do_action( 'bp_activity_sent_reply_to_update_notification', $original_activity, $comment_id, $commenter_id, $params ); } /* * If this is a reply to another comment, send an email notification to the * author of the immediate parent comment.