bp_blogs_remove_comment, get_current_blog_id(
bp_blogs_remove_comment, get_current_blog_id(
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_blogs_remove_comment, get_current_blog_id(') is found 1 times:
- /bp-blogs/bp-blogs-functions.php line 1109
* @param int $blog_id ID for the blog associated with the removed comment. * @param int $comment_id ID of the comment being removed. * @param int $user_id ID of the current logged in user. */ do_action( 'bp_blogs_remove_comment', get_current_blog_id(), $comment_id, bp_loggedin_user_id() ); } return $deleted; } add_action( 'bp_activity_post_type_remove_comment', 'bp_blogs_post_type_remove_comment', 10, 4 );