Automattic\WooCommerce\Blueprint\Importers

ImportInstallTheme::get_step_classpublicWC 1.0

Get the class name of the step.

Method of the class: ImportInstallTheme{}

No Hooks.

Returns

String. The class name of the step.

Usage

$ImportInstallTheme = new ImportInstallTheme();
$ImportInstallTheme->get_step_class(): string;

ImportInstallTheme::get_step_class() code WC 9.9.5

public function get_step_class(): string {
	return InstallTheme::class;
}