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