Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Import::getLocationpublicWC 1.0

Метод класса: Import{}

Хуков нет.

Возвращает

URL.

Использование

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

Код Import::getLocation() WC 10.5.0

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