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