Automattic\WooCommerce\Admin\Features\Fulfillments\Providers

DHLShippingProvider::get_namepublicWC 1.0

Gets the display name of the provider.

Method of the class: DHLShippingProvider{}

No Hooks.

Returns

string. The provider name 'DHL'.

Usage

$DHLShippingProvider = new DHLShippingProvider();
$DHLShippingProvider->get_name(): string;

DHLShippingProvider::get_name() code WC 11.0.1

public function get_name(): string {
	return 'DHL';
}