Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
Products::get_content
Content.
Метод класса: Products{}
Хуков нет.
Возвращает
Строку.
Использование
$Products = new Products(); $Products->get_content();
Код Products::get_content() Products::get content 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'
);
}