Automattic\WooCommerce\Vendor\Sabberworm\CSS\Comment

Commentable::addCommentspublicWC 1.0

Method of the class: Commentable{}

No Hooks.

Returns

void. Nothing (null).

Usage

$Commentable = new Commentable();
$Commentable->addComments( $aComments );
$aComments(array<array-key, Comment>) (required)
.

Commentable::addComments() code WC 11.0.1

public function addComments(array $aComments);