Automattic\WooCommerce\Blueprint\Importers
ImportActivateTheme::get_step_class
Returns the class name of the step this processor handles.
Метод класса: ImportActivateTheme{}
Хуков нет.
Возвращает
Строку. The class name of the step this processor handles.
Использование
$ImportActivateTheme = new ImportActivateTheme(); $ImportActivateTheme->get_step_class(): string;
Код ImportActivateTheme::get_step_class() ImportActivateTheme::get step class WC 10.8.1
public function get_step_class(): string {
return ActivateTheme::class;
}