do_action( 'bp_activity_delete_comment', int $activity_id , int $comment_id )
Fires at the end of the deletion of an activity comment, before returning success.
Description Description
Parameters Parameters
- $activity_id
-
ID of the activity that has had a comment deleted from.
- $comment_id
-
ID of the comment that was deleted.
Source Source
File: bp-activity/bp-activity-functions.php
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |