Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettings::get_step_name()publicWC 1.0

Get the name of the step.

Метод класса: ExportWCSettings{}

Хуков нет.

Возвращает

Строку.

Использование

$ExportWCSettings = new ExportWCSettings();
$ExportWCSettings->get_step_name();

Код ExportWCSettings::get_step_name() WC 9.7.1

public function get_step_name() {
	return 'setSiteOptions';
}