Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
StoreCreation::get_content()
Content.
Метод класса: StoreCreation{}
Хуков нет.
Возвращает
Строку
.
Использование
$StoreCreation = new StoreCreation(); $StoreCreation->get_content();
Код StoreCreation::get_content() StoreCreation::get content WC 9.5.1
public function get_content() { return ''; }