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