Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

Purchase::get_time()publicWC 1.0

Time.

Method of the class: Purchase{}

No Hooks.

Return

String.

Usage

$Purchase = new Purchase();
$Purchase->get_time();

Purchase::get_time() code WC 8.7.0

public function get_time() {
	return __( '2 minutes', 'woocommerce' );
}