PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.0-dev3
Elementor Website Builder – more than just a page builder v4.0.0-dev3
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | app/modules/import-export-customization/data/routes/process-media.php +0 -4 4.2.0-beta24.0.0-dev3 View file →
@@ -30,12 +30,8 @@
30 30 $module = Plugin::$instance->app->get_component( 'import-export-customization' );
31 31
32 32 $cloud_kit_library_app = $this->get_cloud_kit_library_app();
33 33
34 - if ( $cloud_kit_library_app && ! $cloud_kit_library_app->is_connected() ) {
35 - return Response::error( ImportExportCustomizationModule::MEDIA_PROCESSING_ERROR, 'Cloud Library is not connected' );
36 - }
37 -
38 34 $media_urls = $request->get_param( 'media_urls' );
39 35 $kit = $request->get_param( 'kit' );
40 36 $quota = null;
41 37