Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
Products::get_content
Content.
Method of the class: Products{}
No Hooks.
Returns
String.
Usage
$Products = new Products(); $Products->get_content();
Products::get_content() Products::get content code WC 10.5.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'
);
}