Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks
Tax::get_time()
Time.
{} It's a method of the class: Tax{}
No Hooks.
Return
String
.
Usage
$Tax = new Tax(); $Tax->get_time();
Code of Tax::get_time() Tax::get time WC 6.6.1
public function get_time() { return __( '1 minute', 'woocommerce' ); }