Automattic\WooCommerce\Admin\Features\Blueprint\Importers

ImportSetWCTaxRates::get_step_class()publicWC 1.0

Get the class name for the step.

Метод класса: ImportSetWCTaxRates{}

Хуков нет.

Возвращает

Строку.

Использование

$ImportSetWCTaxRates = new ImportSetWCTaxRates();
$ImportSetWCTaxRates->get_step_class(): string;

Код ImportSetWCTaxRates::get_step_class() WC 9.7.1

public function get_step_class(): string {
	return SetWCTaxRates::class;
}