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