Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

WooCommercePayments::get_additional_info()publicWC 1.0

Additional info.

Method of the class: WooCommercePayments{}

No Hooks.

Return

String.

Usage

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

WooCommercePayments::get_additional_info() code WC 8.7.0

public function get_additional_info() {
	return __(
		'Accept credit/debit cards and other popular payment methods with no setup or monthly fees — and manage payments right from your store dashboard.',
		'woocommerce'
	);
}