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