Automattic\WooCommerce\Admin\Features\Blueprint\Steps

SetWCTaxRates::get_step_name()public staticWC 1.0

Get the name of the step.

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

Хуков нет.

Возвращает

Строку.

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

$result = SetWCTaxRates::get_step_name(): string;

Код SetWCTaxRates::get_step_name() WC 9.7.1

public static function get_step_name(): string {
	return 'setWCTaxRates';
}