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.
Parameters Parameters
- $comment_id
-
(int) The activity ID for the posted activity comment.
- $args
-
(array) Array of args used for the comment syncing.
- $parent_activity
-
(object) Parameters of the blog post parent activity item.
- $user
-
(object) User data object for the blog comment.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |