Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
Size::getUnit
Method of the class: Size{}
No Hooks.
Returns
String|null.
Usage
$Size = new Size(); $Size->getUnit();
Size::getUnit() Size::getUnit code WC 10.7.0
public function getUnit()
{
return $this->sUnit;
}