PluginProbe
Elementor Website Builder – more than just a page builder / 3.33.0-dev1
Elementor Website Builder – more than just a page builder v3.33.0-dev1
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 4.0.7 All 451 releases
← All changes | modules/cloud-kit-library/module.php +1 -3 4.2.43.33.0-dev1 View file →
@@ -128,11 +128,9 @@
128 128 return $data;
129 129 }
130 130
131 131 public static function get_remote_kit_zip( $url, $file_name = 'kit.zip' ) {
132 - $remote_zip_request = wp_safe_remote_get( $url, [
133 - 'timeout' => 300,
134 - ] );
132 + $remote_zip_request = wp_safe_remote_get( $url );
135 133
136 134 if ( is_wp_error( $remote_zip_request ) ) {
137 135 Plugin::$instance->logger->get_logger()->error( $remote_zip_request->get_error_message() );
138 136 throw new \Error( ImportExportCustomization_Module::CLOUD_KIT_LIBRARY_ERROR_LOADING_RESOURCE ); // phpcs:ignore WordPress.Security.EscapeOutput.ExceptionNotEscaped