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.
Parameters Parameters
- $activity_id
-
(int) ID of the activity that has had a comment deleted from.
- $comment_id
-
(int) ID of the comment that was deleted.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |