Automattic\WooCommerce\Internal\Fulfillments\Providers

AbstractShippingProvider::get_keypublicWC 1.0

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() code WC 10.3.3

abstract public function get_key(): string;