Automattic\WooCommerce\Internal\Fulfillments\Providers
FastwayShippingProvider::get_icon
Get the icon of the shipping provider.
Method of the class: FastwayShippingProvider{}
No Hooks.
Returns
String.
Usage
$FastwayShippingProvider = new FastwayShippingProvider(); $FastwayShippingProvider->get_icon(): string;
FastwayShippingProvider::get_icon() FastwayShippingProvider::get icon code WC 10.3.3
public function get_icon(): string {
return esc_url( WC()->plugin_url() ) . '/assets/images/shipping_providers/fastway.png';
}