Automattic\WooCommerce\Blueprint\Importers
ImportInstallTheme::get_step_class
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() ImportInstallTheme::get step class code WC 9.9.5
public function get_step_class(): string { return InstallTheme::class; }