| @@ -5,9 +5,8 @@ | ||
| 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; | |
| 10 | 9 | |
| 11 | 10 | if ( ! defined( 'ABSPATH' ) ) { |
| 12 | 11 | exit; // Exit if accessed directly. |
| 13 | 12 | } |
| @@ -49,8 +48,7 @@ | ||
| 49 | 48 | ( new Usage() )->register(); |
| 50 | 49 | |
| 51 | 50 | if ( is_admin() ) { |
| 52 | 51 | ( new Import_Export() )->register(); |
| 53 | - ( new Import_Export_Customization() )->register(); | |
| 54 | 52 | } |
| 55 | 53 | } |
| 56 | 54 | } |