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