Automattic\WooCommerce\Admin\Features\OnboardingTasks

DeprecatedExtendedTask::get_content()publicWC 1.0

Content.

Method of the class: DeprecatedExtendedTask{}

No Hooks.

Return

String.

Usage

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

DeprecatedExtendedTask::get_content() code WC 8.7.0

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