Automattic\WooCommerce\Internal\Fulfillments\Providers
AmazonLogisticsShippingProvider::get_shipping_to_countries
Gets the list of destination countries supported by Amazon Logistics.
Метод класса: AmazonLogisticsShippingProvider{}
Хуков нет.
Возвращает
Массив<Строку>. Array of country codes.
Использование
$AmazonLogisticsShippingProvider = new AmazonLogisticsShippingProvider(); $AmazonLogisticsShippingProvider->get_shipping_to_countries(): array;
Код AmazonLogisticsShippingProvider::get_shipping_to_countries() AmazonLogisticsShippingProvider::get shipping to countries WC 10.3.6
public function get_shipping_to_countries(): array {
return $this->operating_countries;
}