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