Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

Marketing::is_complete()publicWC 1.0

Task completion.

Method of the class: Marketing{}

No Hooks.

Return

true|false.

Usage

$Marketing = new Marketing();
$Marketing->is_complete();

Marketing::is_complete() code WC 8.7.0

public function is_complete() {
	return self::has_installed_extensions();
}