Automattic\WooCommerce\Internal\Fulfillments\Providers

AbstractShippingProvider::get_namepublicWC 1.0

Get the name of the shipping provider.

Method of the class: AbstractShippingProvider{}

No Hooks.

Returns

String.

Usage

$AbstractShippingProvider = new AbstractShippingProvider();
$AbstractShippingProvider->get_name(): string;

AbstractShippingProvider::get_name() code WC 10.3.3

abstract public function get_name(): string;