Automattic\WooCommerce\Blueprint\Importers

ImportInstallTheme::get_step_classpublicWC 1.0

Get the class name of the step.

Метод класса: ImportInstallTheme{}

Хуков нет.

Возвращает

Строку. The class name of the step.

Использование

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

Код ImportInstallTheme::get_step_class() WC 10.0.2

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