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.


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.