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