Automattic\WooCommerce\Admin\Features\Blueprint\Steps
SetWCTaxRates::get_step_name()
Get the name of the step.
Метод класса: SetWCTaxRates{}
Хуков нет.
Возвращает
Строку
.
Использование
$result = SetWCTaxRates::get_step_name(): string;
Код SetWCTaxRates::get_step_name() SetWCTaxRates::get step name WC 9.7.1
public static function get_step_name(): string { return 'setWCTaxRates'; }