PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.9.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.9.2
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 3.10.4 All 148 releases
← All changes | classes/Visualizer/Module.php +1 -1 3.10.03.9.2 View file →
@@ -269,9 +269,9 @@
269 269 $filename .= '.csv';
270 270
271 271 $bom = chr( 0xEF ) . chr( 0xBB ) . chr( 0xBF );
272 272 // phpcs:ignore WordPress.PHP.NoSilencedErrors.Discouraged
273 - $fp = function_exists( 'tmpfile' ) ? @tmpfile() : null;
273 + $fp = @tmpfile();
274 274 if ( null === $fp ) {
275 275 $fp = fopen( wp_tempnam(), 'w+' );
276 276 }
277 277 if ( ! apply_filters( 'vizualizer_export_include_series_type', true ) ) {