Automattic\WooCommerce\Admin\Features\Blueprint\Exporters
ExportWCCoreProfilerOptions::get_step_name()
Get the step name
Method of the class: ExportWCCoreProfilerOptions{}
No Hooks.
Return
String
.
Usage
$ExportWCCoreProfilerOptions = new ExportWCCoreProfilerOptions(); $ExportWCCoreProfilerOptions->get_step_name();
ExportWCCoreProfilerOptions::get_step_name() ExportWCCoreProfilerOptions::get step name code WC 9.7.1
public function get_step_name() { return 'setSiteOptions'; }