Automattic\WooCommerce\Admin\Features\Fulfillments\Providers
LasershipOntracShippingProvider::get_name
Get the name of the shipping provider.
Method of the class: LasershipOntracShippingProvider{}
No Hooks.
Returns
String.
Usage
$LasershipOntracShippingProvider = new LasershipOntracShippingProvider(); $LasershipOntracShippingProvider->get_name(): string;
LasershipOntracShippingProvider::get_name() LasershipOntracShippingProvider::get name code WC 10.8.1
public function get_name(): string {
return 'LaserShip/OnTrac';
}