Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
LaunchYourStore::get_content
Content.
Метод класса: LaunchYourStore{}
Хуков нет.
Возвращает
Строку.
Использование
$LaunchYourStore = new LaunchYourStore(); $LaunchYourStore->get_content();
Код LaunchYourStore::get_content() LaunchYourStore::get content WC 10.4.3
public function get_content() {
return __(
"It's time to celebrate – you're ready to launch your store! Woo! Hit the button to preview your store and make it public.",
'woocommerce'
);
}