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