Automattic\WooCommerce\Internal\Fulfillments\Providers
DHLShippingProvider::get_shipping_from_countries
Gets the list of origin countries supported by DHL.
Method of the class: DHLShippingProvider{}
No Hooks.
Returns
Array. Array of country codes.
Usage
$DHLShippingProvider = new DHLShippingProvider(); $DHLShippingProvider->get_shipping_from_countries(): array;
DHLShippingProvider::get_shipping_from_countries() DHLShippingProvider::get shipping from countries code WC 10.3.3
public function get_shipping_from_countries(): array {
return $this->major_operation_countries;
}