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