Automattic\WooCommerce\Internal\Fulfillments\Providers

AmazonLogisticsShippingProvider::get_iconpublicWC 1.0

Gets the path to the provider's icon.

Method of the class: AmazonLogisticsShippingProvider{}

No Hooks.

Returns

String. URL to the Amazon Logistics logo image.

Usage

$AmazonLogisticsShippingProvider = new AmazonLogisticsShippingProvider();
$AmazonLogisticsShippingProvider->get_icon(): string;

AmazonLogisticsShippingProvider::get_icon() code WC 10.3.3

public function get_icon(): string {
	return esc_url( WC()->plugin_url() ) . '/assets/images/shipping_providers/amazon-logistics.png';
}