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