Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettings::get_step_namepublicWC 1.0

Get the name of the step.

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

Хуков нет.

Возвращает

Строку.

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

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

Код ExportWCSettings::get_step_name() WC 10.5.0

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