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 11.0.1
public function get_name(): string {
return 'HayPost';
}