PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.3.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.3.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 | templates/support.php +2 -2 3.10.13.3.2 View file →
@@ -10,9 +10,9 @@
10 10 <span class="slogan">by <a
11 11 href="https://themeisle.com/">ThemeIsle</a></span>
12 12 <div class="header-btns">
13 13 <?php if ( $show_more ) { ?>
14 - <a target="_blank" href="<?php echo tsdk_utmify( Visualizer_Plugin::PRO_TEASER_URL, 'supportheader' ); ?>" class="buy-now"><span
14 + <a target="_blank" href="<?php echo Visualizer_Plugin::PRO_TEASER_URL; ?>" class="buy-now"><span
15 15 class="dashicons dashicons-cart"></span>More features</a>
16 16 <?php } ?>
17 17 </div>
18 18 <div class="clear"></div>
@@ -35,9 +35,9 @@
35 35 </h2>
36 36
37 37 <div class="viz-features-content">
38 38 <div class="viz-feature">
39 - <div class="viz-feature-features">
39 + <div id="feedzy_import_feeds" class="viz-feature-features">
40 40 <?php
41 41 switch ( $active_tab ) {
42 42 case 'help':
43 43 include_once VISUALIZER_ABSPATH . '/templates/docs.php';