| @@ -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 | |
| @@ -269,9 +269,9 @@ | ||
| 269 | 269 | do_action( 'themeisle_log_event', Visualizer_Plugin::NAME, sprintf( 'PHP version %s not supported', phpversion() ), 'error', __FILE__, __LINE__ ); |
| 270 | 270 | return false; |
| 271 | 271 | } |
| 272 | 272 | |
| 273 | - return class_exists( 'PhpOffice\PhpSpreadsheet\Spreadsheet' ) && extension_loaded( 'zip' ) && extension_loaded( 'xml' ) && extension_loaded( 'fileinfo' ); | |
| 273 | + return class_exists( 'OpenSpout\Writer\Common\Creator\WriterEntityFactory' ) && extension_loaded( 'zip' ) && extension_loaded( 'xml' ) && extension_loaded( 'fileinfo' ); | |
| 274 | 274 | } |
| 275 | 275 | |
| 276 | 276 | /** |
| 277 | 277 | * Renders select item. |
| @@ -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 | } |