Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

URL::getURLpublicWC 1.0

Method of the class: URL{}

No Hooks.

Returns

CSSString.

Usage

$URL = new URL();
$URL->getURL();

URL::getURL() code WC 10.5.0

public function getURL()
{
    return $this->oURL;
}