Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value
Size::getSize
Method of the class: Size{}
No Hooks.
Returns
float.
Usage
$Size = new Size(); $Size->getSize();
Size::getSize() Size::getSize code WC 10.4.3
public function getSize()
{
return $this->fSize;
}