bp_blogs_sync_add_from_activity_comment, $comment_id, $args, $parent_activity, $user

bp_blogs_sync_add_from_activity_comment, $comment_id, $args, $parent_activity, $user

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_blogs_sync_add_from_activity_comment, $comment_id, $args, $parent_activity, $user') is found 1 times:

  • /bp-blogs/bp-blogs-activity.php line 855
    	 * @param array  $args            Array of args used for the comment syncing.
    	 * @param object $parent_activity Parameters of the blog post parent activity item.
    	 * @param object $user            User data object for the blog comment.
    	 */
    	do_action( 'bp_blogs_sync_add_from_activity_comment', $comment_id, $args, $parent_activity, $user );
    }
    add_action( 'bp_activity_comment_posted', 'bp_blogs_sync_add_from_activity_comment', 10, 3 );
    
    /**
     * Deletes the blog comment when the associated activity comment is deleted.
     *