Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
CSSList::getComments
Method of the class: CSSList{}
No Hooks.
Returns
Array
Usage
$CSSList = new CSSList(); $CSSList->getComments();
CSSList::getComments() CSSList::getComments code WC 10.7.0
public function getComments()
{
return $this->aComments;
}