PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.6.0
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.6.0
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/Source/Query.php +1 -3 3.5.13.6.0 View file →
@@ -144,9 +144,8 @@
144 144
145 145 $this->_error = $wpdb->last_error;
146 146 }
147 147 }
148 -
149 148 if ( $as_html ) {
150 149 $results = $this->html( $headers, $results );
151 150 } else {
152 151 $results = $this->object( $headers, $results );
@@ -215,10 +214,9 @@
215 214 foreach ( $results as $row ) {
216 215 $data[] = $this->_normalizeData( $row );
217 216 }
218 217 $this->_data = $data;
219 -
220 - return true;
218 + return $this->_data;
221 219 }
222 220
223 221 /**
224 222 * Returns the final query.