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 11.0.1
public function getCharset()
{
return $this->oCharset->getString();
}