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