PluginProbe
Elementor Website Builder – more than just a page builder / 3.20.0-dev3
Elementor Website Builder – more than just a page builder v3.20.0-dev3
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/wp-cli/library.php +2 -2 4.0.73.20.0-dev3 View file →
@@ -5,9 +5,9 @@
5 5 use Elementor\Plugin;
6 6 use Elementor\TemplateLibrary\Source_Local;
7 7
8 8 if ( ! defined( 'ABSPATH' ) ) {
9 - exit; // Exit if accessed directly.
9 + exit; // Exit if accessed directly
10 10 }
11 11
12 12 /**
13 13 * Elementor Page Builder cli tools.
@@ -122,9 +122,9 @@
122 122 }
123 123
124 124 if ( isset( $tmp_path ) ) {
125 125 // Remove the temporary file, now that we're done with it.
126 - Plugin::$instance->uploads_manager->remove_file_or_dir( $file );
126 + Plugin::$instance->uploads_manager->remove_temp_file_or_dir( $file );
127 127 }
128 128 }
129 129
130 130 /**