Automattic\WooCommerce\Admin\Features\OnboardingTasks

DeprecatedExtendedTask::get_contentpublicWC 1.0

Content.

Method of the class: DeprecatedExtendedTask{}

No Hooks.

Returns

String.

Usage

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

DeprecatedExtendedTask::get_content() code WC 10.3.6

public function get_content() {
	return $this->content;
}