Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCCoreProfilerOptions::get_step_namepublicWC 1.0

Get the step name

Method of the class: ExportWCCoreProfilerOptions{}

No Hooks.

Returns

String.

Usage

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

ExportWCCoreProfilerOptions::get_step_name() code WC 10.4.3

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