Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

CustomizeStore::get_content()publicWC 1.0

Content.

Method of the class: CustomizeStore{}

No Hooks.

Return

String.

Usage

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

CustomizeStore::get_content() code WC 9.7.1

public function get_content() {
	return '';
}