bp_document_activity_comments_update_document_meta( $comment_id,  $r,  $activity )

Update document for activity comment.

Description

Parameters

$comment_id

(Required)

$r

(Required)

$activity

(Required)

Source

File: bp-document/bp-document-filters.php

function bp_document_activity_comments_update_document_meta( $comment_id, $r, $activity ) {
	global $bp_new_activity_comment;
	$bp_new_activity_comment = $comment_id;
	bp_document_update_activity_document_meta( false, false, $comment_id );
}

Changelog

Changelog
Version Description
BuddyBoss 1.4.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.