This function has been deprecated. BuddyPress 2.5.0 instead.
bp_blogs_remove_comment( int $comment_id )
Remove a blog comment activity item from the activity feed.
Description
Parameters
- $comment_id
-
(Required) ID of the comment to be removed.
Source
File: bp-core/deprecated/buddypress/2.5.php
917 918 919 920 | 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
Version | Description |
---|---|
BuddyPress 2.5.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.