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