Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

Products::get_content()publicWC 1.0

Content.

Method of the class: Products{}

No Hooks.

Return

String.

Usage

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

Products::get_content() code WC 8.7.0

public function get_content() {
	return __(
		'Start by adding the first product to your store. You can add your products manually, via CSV, or import them from another service.',
		'woocommerce'
	);
}