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:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_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.