Automattic\WooCommerce\Blueprint\Importers

ImportActivateTheme::get_step_classpublicWC 1.0

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() WC 10.0.2

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