Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

StoreCreation::get_content()publicWC 1.0

Content.

Method of the class: StoreCreation{}

No Hooks.

Return

String.

Usage

$StoreCreation = new StoreCreation();
$StoreCreation->get_content();

StoreCreation::get_content() code WC 8.7.0

public function get_content() {
	return '';
}