Automattic\WooCommerce\Admin\Features\Fulfillments\Providers

EvriHermesShippingProvider::get_namepublicWC 1.0

Get the name of this shipping provider.

Method of the class: EvriHermesShippingProvider{}

No Hooks.

Returns

String. Name of the shipping provider.

Usage

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

EvriHermesShippingProvider::get_name() code WC 10.8.1

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