Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

Tax::get_idpublicWC 1.0

ID.

Method of the class: Tax{}

No Hooks.

Returns

String.

Usage

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

Tax::get_id() code WC 10.5.0

public function get_id() {
	return 'tax';
}