bp_blogs_new_blog_comment, (int
bp_blogs_new_blog_comment, (int
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_blogs_new_blog_comment, (int') is found 1 times:
- /bp-blogs/bp-blogs-functions.php line 847
* @param int $comment_id Comment ID of the blog post comment being recorded. * @param WP_Comment $post WP_Comment object for the current blog post. * @param int $user_id ID of the user associated with the current blog post comment. */ do_action( 'bp_blogs_new_blog_comment', (int) $comment->comment_ID, $comment, bp_loggedin_user_id() ); } return $activity_id; } add_action( 'bp_activity_post_type_comment', 'bp_blogs_comment_sync_activity_comment', 10, 4 );