Automattic\WooCommerce\Admin\Features\Fulfillments\Providers
AbstractShippingProvider::get_name
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() AbstractShippingProvider::get name code WC 10.8.1
abstract public function get_name(): string;