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