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