Automattic\WooCommerce\Blueprint\Exporters

ExportInstallPluginSteps::get_step_namepublicWC 1.0

Get the name of the step.

Method of the class: ExportInstallPluginSteps{}

No Hooks.

Returns

String. The step name.

Usage

$ExportInstallPluginSteps = new ExportInstallPluginSteps();
$ExportInstallPluginSteps->get_step_name();

ExportInstallPluginSteps::get_step_name() code WC 9.9.5

public function get_step_name() {
	return InstallPlugin::get_step_name();
}