PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.7.9
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.7.9
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/Source/Query/Params.php +2 -2 4.0.53.7.9 View file →
@@ -78,9 +78,9 @@
78 78 break;
79 79 }
80 80 }
81 81 }
82 - ++$index;
82 + $index++;
83 83 }
84 84
85 85 if ( $first ) {
86 86 unset( $select[ --$index ] );
@@ -317,9 +317,9 @@
317 317 $tables = get_transient( 'visualizer_db_tables' );
318 318 if ( $tables ) {
319 319 return $tables;
320 320 }
321 - $tables = array();
321 +
322 322 $prefix = apply_filters( 'visualizer_db_prefix', $wpdb->prefix );
323 323 $sql = $wpdb->get_col( 'SHOW TABLES', 0 );
324 324 foreach ( $sql as $table ) {
325 325 if ( empty( $prefix ) || 0 === strpos( $table, $prefix ) ) {