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