do_action( 'bp_blogs_remove_comment', int $value, int $comment_id )

Fires after a blog comment activity item was removed from activity stream.


Parameters Parameters

$value

(int) ID of the current logged in user.

$comment_id

(int) ID of the comment being removed.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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