Browse
For agents
About
Visualizer – Tables & Charts Manager with Built-in AI Generator
/
4.0.0
Visualizer – Tables & Charts Manager with Built-in AI Generator
v4.0.0
Switch version
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
3.0.5
3.0.6
3.0.7
3.0.8
3.0.9
3.1.0
3.1.1
3.1.2
3.1.3
3.10.0
3.10.1
3.10.10
3.10.11
3.10.12
3.10.13
3.10.14
3.10.15
3.10.2
3.10.3
All 149 releases
Overview
Code
← All changes
|
classes/Visualizer/Source/Csv/Remote.php
+0
-1
3.10.10
→
4.0.0
View file →
@@ -160,6 +160,5 @@
160
160
$this->_tmpfile = download_url( $this->_filename );
161
161
162
162
return ! is_wp_error( $this->_tmpfile ) ? parent::_get_file_handle( $this->_tmpfile ) : false;
163
163
}
164
-
165
164
}