Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Import::getLocationpublicWC 1.0

Method of the class: Import{}

No Hooks.

Returns

URL.

Usage

$Import = new Import();
$Import->getLocation();

Import::getLocation() code WC 10.7.0

public function getLocation()
{
    return $this->oLocation;
}