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