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