Automattic\WooCommerce\Admin\Marketing
MarketingChannelInterface::get_setup_url()
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() MarketingChannelInterface::get setup url code WC 9.8.2
public function get_setup_url(): string;