Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
WooCommercePayments::get_additional_info()
Additional info.
{} It's a method of the class: WooCommercePayments{}
No Hooks.
Return
String
.
Usage
$WooCommercePayments = new WooCommercePayments(); $WooCommercePayments->get_additional_info();
Code of WooCommercePayments::get_additional_info() WooCommercePayments::get additional info WC 6.6.1
public function get_additional_info() { return __( 'By setting up, you are agreeing to the <a href="https://wordpress.com/tos/" target="_blank">Terms of Service</a>', 'woocommerce' ); }