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 11.0.0
public function get_step_class(): string {
return InstallTheme::class;
}