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