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 9.9.5
public function get_content() { return __( 'Choose payment providers and enable payment methods at checkout.', 'woocommerce' ); }