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