Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property
CSSNamespace::getUrl
Method of the class: CSSNamespace{}
No Hooks.
Returns
String.
Usage
$CSSNamespace = new CSSNamespace(); $CSSNamespace->getUrl();
CSSNamespace::getUrl() CSSNamespace::getUrl code WC 10.7.0
public function getUrl()
{
return $this->mUrl;
}