PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 2.1.4
Visualizer – Tables & Charts Manager with Built-in AI Generator v2.1.4
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
← All changes | classes/Visualizer/Module/Chart.php +0 -1 2.1.32.1.4 View file →
@@ -378,9 +378,8 @@
378 378 *
379 379 * @access public
380 380 */
381 381 public function uploadData() {
382 - error_log( 'in uploadData ' . print_r( $_GET,true ) . print_r( $_POST,true ) );
383 382 // validate nonce
384 383 // do not use filter_input as it does not work for phpunit test cases, use filter_var instead
385 384 if ( ! isset( $_GET['nonce'] ) || ! wp_verify_nonce( $_GET['nonce'] ) ) {
386 385 status_header( 403 );