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