Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks

Tax::get_id()publicWC 1.0

ID.

Method of the class: Tax{}

No Hooks.

Return

String.

Usage

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

Tax::get_id() code WC 8.7.0

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