Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
CSSList::addComments
Method of the class: CSSList{}
No Hooks.
Returns
null. Nothing (null).
Usage
$CSSList = new CSSList(); $CSSList->addComments( $aComments );
- $aComments(array) (required)
- .
CSSList::addComments() CSSList::addComments code WC 10.4.3
public function addComments(array $aComments)
{
$this->aComments = array_merge($this->aComments, $aComments);
}