Automattic\WooCommerce\Admin\Marketing
MarketingChannelInterface::get_icon_url
Returns the path to the channel icon.
Method of the class: MarketingChannelInterface{}
No Hooks.
Returns
string.
Usage
$MarketingChannelInterface = new MarketingChannelInterface(); $MarketingChannelInterface->get_icon_url(): string;
MarketingChannelInterface::get_icon_url() MarketingChannelInterface::get icon url code WC 11.0.1
public function get_icon_url(): string;