| @@ -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 | } |