do_action( 'bp_activity_comment_posted', int $comment_id, array $r, BP_Activity_Activity $activity )

Fires near the end of an activity comment posting, before the returning of the comment ID.


Description Description

Sends a notification to the user @see bp_activity_new_comment_notification_helper().


Parameters Parameters

$comment_id

ID of the newly posted activity comment.

$r

Array of parsed comment arguments.

$activity

Activity item being commented on.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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