Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

Tax::get_time()publicWC 1.0

Time.

Method of the class: Tax{}

No Hooks.

Return

String.

Usage

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

Tax::get_time() code WC 8.7.0

public function get_time() {
	return __( '1 minute', 'woocommerce' );
}