do_action( 'bp_activity_sent_reply_to_reply_notification', BP_Activity_Activity $parent_comment, int $comment_id, int $commenter_id, array $params )

Fires at the point that notifications should be sent for comments on activity replies.


Parameters Parameters

$parent_comment

(BP_Activity_Activity) The parent activity.

$comment_id

(int) ID for the newly received comment.

$commenter_id

(int) ID of the user who made the comment.

$params

(array) Arguments used with the original activity comment.


Source Source

File: bp-activity/bp-activity-functions.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.