Automattic\WooCommerce\Admin\Features\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.8.1
public function get_name(): string {
return 'Kazpost';
}