Automattic\WooCommerce\Blueprint\Importers

ImportInstallPlugin::get_step_classpublicWC 1.0

Returns the class name of the step being processed.

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

Хуков нет.

Возвращает

Строку. Class name of the step.

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

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

Код ImportInstallPlugin::get_step_class() WC 10.0.2

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