← All changes
|
modules/kit-elements-defaults/module.php
+2
-0
3.32.0-dev2
→
3.32.0-dev3
View file →
| @@ -5,8 +5,9 @@ | ||
| 5 | 5 | use Elementor\Core\Base\Module as BaseModule; |
| 6 | 6 | use Elementor\Modules\KitElementsDefaults\Data\Controller; |
| 7 | 7 | use Elementor\Plugin; |
| 8 | 8 | use Elementor\Modules\KitElementsDefaults\ImportExport\Import_Export; |
| 9 | +use Elementor\Modules\KitElementsDefaults\ImportExportCustomization\Import_Export_Customization; | |
| 9 | 10 | |
| 10 | 11 | if ( ! defined( 'ABSPATH' ) ) { |
| 11 | 12 | exit; // Exit if accessed directly. |
| 12 | 13 | } |
| @@ -48,7 +49,8 @@ | ||
| 48 | 49 | ( new Usage() )->register(); |
| 49 | 50 | |
| 50 | 51 | if ( is_admin() ) { |
| 51 | 52 | ( new Import_Export() )->register(); |
| 53 | + ( new Import_Export_Customization() )->register(); | |
| 52 | 54 | } |
| 53 | 55 | } |
| 54 | 56 | } |