PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.10.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.10.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 3.10.4 All 148 releases
← All changes | classes/Visualizer/Render/Layout.php +6 -6 3.10.13.10.8 View file →
@@ -104,9 +104,9 @@
104 104 </tr>
105 105 </thead>
106 106 <tfoot>
107 107 </tfoot>
108 - <tbody>
108 + <tbody>
109 109 <?php
110 110 foreach ( $results as $result ) {
111 111 echo '<tr>';
112 112 foreach ( $result as $r ) {
@@ -198,9 +198,9 @@
198 198 id="vz-import-json-username"
199 199 name="username"
200 200 value="<?php echo ( array_key_exists( 'auth', $headers ) && array_key_exists( 'username', $headers['auth'] ) ? $headers['auth']['username'] : '' ); ?>"
201 201 placeholder="<?php esc_html_e( 'Username/Access Key', 'visualizer' ); ?>"
202 - class="json-form-element">
202 + class="json-form-element">
203 203 &
204 204 <input
205 205 type="password"
206 206 id="vz-import-json-password"
@@ -206,9 +206,9 @@
206 206 id="vz-import-json-password"
207 207 name="password"
208 208 value="<?php echo ( array_key_exists( 'auth', $headers ) && array_key_exists( 'password', $headers['auth'] ) ? $headers['auth']['password'] : '' ); ?>"
209 209 placeholder="<?php esc_html_e( 'Password/Secret Key', 'visualizer' ); ?>"
210 - class="json-form-element">
210 + class="json-form-element">
211 211 </div>
212 212 </div>
213 213 <div class="json-wizard-header">
214 214 <div></div>
@@ -419,9 +419,9 @@
419 419 }
420 420 ?>
421 421 </tr>
422 422 </thead>
423 - <tbody>
423 + <tbody>
424 424 <tr>
425 425 <th><?php _e( 'Data Type', 'visualizer' ); ?></th>
426 426 <?php
427 427 $index = 0;
@@ -871,9 +871,9 @@
871 871 </form>
872 872 <input type="button" id="existing-chart" class="button button-primary"
873 873 value="<?php _e( 'Import Chart', 'visualizer' ); ?>"
874 874 data-viz-link="<?php echo $fetch_link; ?>">
875 - <?php echo apply_filters( 'visualizer_pro_upsell', '' ); ?>
875 + <?php echo apply_filters( 'visualizer_pro_upsell', '', 'import-chart' ); ?>
876 876 </div>
877 877 </div>
878 878 </li>
879 879
@@ -1121,9 +1121,9 @@
1121 1121 <p class="viz-group-description viz-info-msg"><?php echo sprintf( __( 'Please make sure you click \'Show Chart\' before you save the chart.', 'visualizer' ) ); ?></p>
1122 1122 <?php } ?>
1123 1123 <?php
1124 1124 if ( ! Visualizer_Module_Admin::proFeaturesLocked() ) {
1125 - echo apply_filters( 'visualizer_pro_upsell', '', 'db-query' );
1125 + echo apply_filters( 'visualizer_pro_upsell', '', 'manual-data' );
1126 1126 }
1127 1127 ?>
1128 1128 </form>
1129 1129 </div>