Automattic\WooCommerce\Internal\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.3.3
public function get_name(): string {
return 'LaserShip/OnTrac';
}