Automattic\WooCommerce\Admin\Marketing

MarketingChannelInterface::get_setup_url()publicWC 1.0

Returns the URL to the settings page, or the link to complete the setup/onboarding if the channel has not been set up yet.

Method of the class: MarketingChannelInterface{}

No Hooks.

Return

String.

Usage

$MarketingChannelInterface = new MarketingChannelInterface();
$MarketingChannelInterface->get_setup_url(): string;

MarketingChannelInterface::get_setup_url() code WC 8.6.1

public function get_setup_url(): string;