Automattic\WooCommerce\Admin\Marketing
MarketingChannelInterface::is_setup_completed
Returns the setup status of the marketing channel.
Method of the class: MarketingChannelInterface{}
No Hooks.
Returns
true|false.
Usage
$MarketingChannelInterface = new MarketingChannelInterface(); $MarketingChannelInterface->is_setup_completed(): bool;
MarketingChannelInterface::is_setup_completed() MarketingChannelInterface::is setup completed code WC 10.7.0
public function is_setup_completed(): bool;