Automattic\WooCommerce\Admin\Features\Fulfillments\Providers
UPSShippingProvider::get_shipping_from_countries
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() UPSShippingProvider::get shipping from countries WC 10.8.1
public function get_shipping_from_countries(): array {
return $this->international_shipping_countries;
}