/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor/modules/kit-elements-defaults
Edit: /var/www/wp2.qr4y.com/www/wp-content/plugins/elementor/modules/kit-elements-defaults/module.php (1459B)
get_js_assets_url( 'kit-elements-defaults-editor' ),
[
'elementor-common',
'elementor-editor-modules',
'elementor-editor-document',
'wp-i18n',
],
ELEMENTOR_VERSION,
true
);
wp_set_script_translations( 'elementor-kit-elements-defaults-editor', 'elementor' );
}
public function __construct() {
parent::__construct();
add_action( 'elementor/editor/before_enqueue_scripts', function () {
$this->enqueue_scripts();
} );
Plugin::$instance->data_manager_v2->register_controller( new Controller() );
( new Usage() )->register();
if ( is_admin() ) {
( new Import_Export() )->register();
( new Import_Export_Customization() )->register();
}
}
}