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