Automattic\WooCommerce\Internal\Fulfillments\Providers
StarTrackShippingProvider::get_key
Get the key of the shipping provider.
Method of the class: StarTrackShippingProvider{}
No Hooks.
Returns
String.
Usage
$StarTrackShippingProvider = new StarTrackShippingProvider(); $StarTrackShippingProvider->get_key(): string;
StarTrackShippingProvider::get_key() StarTrackShippingProvider::get key code WC 10.3.3
public function get_key(): string {
return 'startrack';
}