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