Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

WooCommercePayments::get_content()publicWC 1.0

Content.

Метод класса: WooCommercePayments{}

Хуков нет.

Возвращает

Строку.

Использование

$WooCommercePayments = new WooCommercePayments();
$WooCommercePayments->get_content();

Код WooCommercePayments::get_content() WC 8.7.0

public function get_content() {
	return __(
		"You're only one step away from getting paid. Verify your business details to start managing transactions with WooPayments.",
		'woocommerce'
	);
}