Automattic\WooCommerce\Admin\Features\Blueprint\Exporters

ExportWCSettingsShipping::get_step_namepublicWC 1.0

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() code WC 9.9.5

public function get_step_name(): string {
	return RunSql::get_step_name();
}