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