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