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