bp_activity_delete_comment, $activity_id, $comment_id

bp_activity_delete_comment, $activity_id, $comment_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_activity_delete_comment, $activity_id, $comment_id') is found 1 times:

  • /bp-activity/bp-activity-functions.php line 3231
    	 *
    	 * @param int $activity_id ID of the activity that has had a comment deleted from.
    	 * @param int $comment_id  ID of the comment that was deleted.
    	 */
    	do_action( 'bp_activity_delete_comment', $activity_id, $comment_id );
    
    	return $deleted;
    }
    
    	/**
    	 * Delete an activity comment's children.