PluginProbe
Elementor Website Builder – more than just a page builder / 3.27.4
Elementor Website Builder – more than just a page builder v3.27.4
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 | core/files/assets/files-upload-handler.php +3 -3 4.2.23.27.4 View file →
@@ -67,9 +67,9 @@
67 67 return Plugin::$instance->uploads_manager->support_unfiltered_elementor_file_uploads( $existing_mimes );
68 68 }
69 69
70 70 /**
71 - * Handle_upload_prefilter
71 + * handle_upload_prefilter
72 72 *
73 73 * @deprecated 3.5.0 Use `Elementor\Plugin::$instance->uploads_manager->handle_elementor_wp_media_upload()` instead.
74 74 *
75 75 * @param $file
@@ -82,9 +82,9 @@
82 82 return Plugin::$instance->uploads_manager->handle_elementor_wp_media_upload( $file );
83 83 }
84 84
85 85 /**
86 - * Is_file_should_handled
86 + * is_file_should_handled
87 87 *
88 88 * @deprecated 3.5.0
89 89 *
90 90 * @param $file
@@ -99,9 +99,9 @@
99 99 return $this->is_elementor_media_upload() && $this->get_file_type() === $ext;
100 100 }
101 101
102 102 /**
103 - * File_sanitizer_can_run
103 + * file_sanitizer_can_run
104 104 *
105 105 * @deprecated 3.5.0 Use `Elementor\Core\Files\File_Types\Svg::file_sanitizer_can_run()` instead.
106 106 *
107 107 * @return bool