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.
Метод класса: MarketingChannelInterface{}
Хуков нет.
Возвращает
Строку
.
Использование
$MarketingChannelInterface = new MarketingChannelInterface(); $MarketingChannelInterface->get_setup_url(): string;
Код MarketingChannelInterface::get_setup_url() MarketingChannelInterface::get setup url WC 7.7.2
public function get_setup_url(): string;