Automattic\WooCommerce\Admin\Features\Fulfillments\Providers
CustomShippingProvider::get_key
Get the key of the shipping provider.
Method of the class: CustomShippingProvider{}
No Hooks.
Returns
string.
Usage
$CustomShippingProvider = new CustomShippingProvider(); $CustomShippingProvider->get_key(): string;
CustomShippingProvider::get_key() CustomShippingProvider::get key code WC 11.0.1
public function get_key(): string {
return $this->key;
}