diff --git a/src/importer/class-tainacan-importer-handler.php b/src/importer/class-tainacan-importer-handler.php index c77e43916..920664c69 100644 --- a/src/importer/class-tainacan-importer-handler.php +++ b/src/importer/class-tainacan-importer-handler.php @@ -24,7 +24,7 @@ class Importer_Handler { 'manual_collection' => true, 'manual_mapping' => true, ]); - /* + $this->register_importer([ 'name' => 'Test', 'description' => __('Create 2 test colletions with random items', 'tainacan'), @@ -33,7 +33,7 @@ class Importer_Handler { 'manual_collection' => false, 'manual_mapping' => false, ]); - */ + $this->register_importer([ 'name' => 'Tainacan Legacy', 'description' => __('Import structure from legacy version of Tainacan', 'tainacan'),