Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property
Charset::getCharset
Method of the class: Charset{}
No Hooks.
Returns
String.
Usage
$Charset = new Charset(); $Charset->getCharset();
Charset::getCharset() Charset::getCharset code WC 10.4.3
public function getCharset()
{
return $this->oCharset->getString();
}