Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
Payments::get_time
Time.
Method of the class: Payments{}
No Hooks.
Returns
String.
Usage
$Payments = new Payments(); $Payments->get_time();
Payments::get_time() Payments::get time code WC 10.6.2
public function get_time() {
return __( '5 minutes', 'woocommerce' );
}