Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

Products::get_content()publicWC 1.0

Content.

Метод класса: Products{}

Хуков нет.

Возвращает

Строку.

Использование

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

Код Products::get_content() 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'
	);
}