bp_activity_comment_posted, $comment_id, $r, $activity
bp_activity_comment_posted, $comment_id, $r, $activity
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_activity_comment_posted, $comment_id, $r, $activity') is found 1 times:
- /bp-activity/bp-activity-functions.php line 2915
* @param int $comment_id ID of the newly posted activity comment. * @param array $r Array of parsed comment arguments. * @param BP_Activity_Activity $activity Activity item being commented on. */ do_action( 'bp_activity_comment_posted', $comment_id, $r, $activity ); } else { /** * Fires near the end of an activity comment posting, before the returning of the comment ID. * without sending a notification to the user * * @since 2.5.0