Automattic\WooCommerce\Internal\Fulfillments\Providers
EcontShippingProvider::get_name
Get the name of the shipping provider.
Method of the class: EcontShippingProvider{}
No Hooks.
Returns
String.
Usage
$EcontShippingProvider = new EcontShippingProvider(); $EcontShippingProvider->get_name(): string;
EcontShippingProvider::get_name() EcontShippingProvider::get name code WC 10.3.3
public function get_name(): string {
return 'Econt';
}