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