Automattic\WooCommerce\Admin\Features\Fulfillments\Providers

UPSShippingProvider::get_shipping_from_countriespublicWC 1.0

Get the countries from which this provider can ship.

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

Хуков нет.

Возвращает

Массив. An array of country codes.

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

$UPSShippingProvider = new UPSShippingProvider();
$UPSShippingProvider->get_shipping_from_countries(): array;

Код UPSShippingProvider::get_shipping_from_countries() WC 10.8.1

public function get_shipping_from_countries(): array {
	return $this->international_shipping_countries;
}