Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

Appearance::get_content()publicWC 1.0

Content.

Method of the class: Appearance{}

No Hooks.

Return

String.

Usage

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

Appearance::get_content() code WC 8.7.0

public function get_content() {
	return __(
		"Choose a theme that best fits your brand's look and feel, then make it your own. Change the colors, add your logo, and create pages.",
		'woocommerce'
	);
}