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