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

File: bp-blogs/bp-blogs-activity.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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