do_action( 'bp_blogs_sync_add_from_activity_comment', int $comment_id , array $args , object $parent_activity , object $user )
Fires after activity comments have been synced and posted as blog comments.
Description Description
Parameters Parameters
- $comment_id
-
The activity ID for the posted activity comment.
- $args
-
Array of args used for the comment syncing.
- $parent_activity
-
Parameters of the blog post parent activity item.
- $user
-
User data object for the blog comment.
Source Source
File: bp-blogs/bp-blogs-activity.php
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |