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