| @@ -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 |