do_action( 'bp_activity_comment_posted_notification_skipped', 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

without sending a notification to the user


Top ↑

Parameters Parameters

$comment_id

(int) ID of the newly posted activity comment.

$r

(array) Array of parsed comment arguments.

$activity

(BP_Activity_Activity) Activity item being commented on.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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