Automattic\WooCommerce\Blueprint\Exporters
ExportInstallPluginSteps::get_step_name
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() ExportInstallPluginSteps::get step name code WC 9.9.5
public function get_step_name() { return InstallPlugin::get_step_name(); }