Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

CustomizeStore::get_contentpublicWC 1.0

Content.

Method of the class: CustomizeStore{}

No Hooks.

Returns

String.

Usage

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

CustomizeStore::get_content() code WC 10.5.0

public function get_content() {
	return '';
}