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.


Top ↑

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 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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