Warning: This function has been deprecated.
bp_blogs_remove_comment( int $comment_id )
Remove a blog comment activity item from the activity stream.
Description Description
Parameters Parameters
- $comment_id
-
(Required) ID of the comment to be removed.
Source Source
File: bp-core/deprecated/2.5.php
function bp_blogs_remove_comment( $comment_id ) { _deprecated_function( __FUNCTION__, '2.5.0', 'bp_activity_post_type_remove_comment()' ); bp_activity_post_type_remove_comment( $comment_id ); }
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |