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