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 11.0.1
public function get_time() {
return __( '4 minutes', 'woocommerce' );
}