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