Automattic\WooCommerce\Admin\Features\OnboardingTasks
DeprecatedExtendedTask::get_content
Content.
Method of the class: DeprecatedExtendedTask{}
No Hooks.
Returns
String.
Usage
$DeprecatedExtendedTask = new DeprecatedExtendedTask(); $DeprecatedExtendedTask->get_content();
DeprecatedExtendedTask::get_content() DeprecatedExtendedTask::get content code WC 10.3.6
public function get_content() {
return $this->content;
}