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/Sidebar.php +2 -2 3.10.23.10.8 View file →
@@ -172,9 +172,9 @@
172 172 self::_renderSectionEnd();
173 173
174 174 $this->_renderActionSettings();
175 175 if ( ! Visualizer_Module_Admin::proFeaturesLocked() ) {
176 - echo apply_filters( 'visualizer_pro_upsell', '', 'chart-permissions' );
176 + echo apply_filters( 'visualizer_pro_upsell', '', 'frontend-actions' );
177 177 echo '</div>';
178 178 }
179 179 self::_renderGroupEnd();
180 180
@@ -591,9 +591,9 @@
591 591 self::_renderSectionDescription( '<span class="viz-gvlink">' . sprintf( __( 'Configure the data filter controls by providing configuration variables right from the %1$sChart Controls API%2$s. ', 'visualizer' ), '<a href="https://developers.google.com/chart/interactive/docs/gallery/controls#controls-gallery" target="_blank">', '</a>' ) . '</span>' );
592 592 self::_renderSectionEnd();
593 593 $this->_renderChartControlsSettings();
594 594 if ( ! Visualizer_Module_Admin::proFeaturesLocked() ) {
595 - echo apply_filters( 'visualizer_pro_upsell', '', 'chart-permissions' );
595 + echo apply_filters( 'visualizer_pro_upsell', '', 'data-filter-configuration' );
596 596 echo '</div>';
597 597 }
598 598 self::_renderGroupEnd();
599 599 }