Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
Shipping::get_content
Content.
Метод класса: Shipping{}
Хуков нет.
Возвращает
Строку.
Использование
$Shipping = new Shipping(); $Shipping->get_content();
Код Shipping::get_content() Shipping::get content WC 10.5.2
public function get_content() {
return __(
"Set your store location and where you'll ship to.",
'woocommerce'
);
}