Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property
Import::getLocation
Метод класса: Import{}
Хуков нет.
Возвращает
URL.
Использование
$Import = new Import(); $Import->getLocation();
Код Import::getLocation() Import::getLocation WC 10.5.0
public function getLocation()
{
return $this->oLocation;
}