Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
AdditionalPayments::get_content
Content.
Method of the class: AdditionalPayments{}
No Hooks.
Returns
String.
Usage
$AdditionalPayments = new AdditionalPayments(); $AdditionalPayments->get_content();
AdditionalPayments::get_content() AdditionalPayments::get content code WC 10.8.1
public function get_content() {
return __(
'Choose payment providers and enable payment methods at checkout.',
'woocommerce'
);
}