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