Automattic\WooCommerce\Internal\Fulfillments\Providers

DPDShippingProvider::get_shipping_from_countriespublicWC 1.0

Get the description of this shipping provider.

Method of the class: DPDShippingProvider{}

No Hooks.

Returns

Array. Description of the shipping provider.

Usage

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

DPDShippingProvider::get_shipping_from_countries() code WC 10.3.3

public function get_shipping_from_countries(): array {
	return array_keys( self::TRACKING_PATTERNS );
}