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.


Top ↑

Source Source

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


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.