PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 1.1.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v1.1.2
4.0.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 All 149 releases
← All changes | classes/Visualizer/Module/Chart.php +2 -0 1.1.11.1.2 View file →
@@ -195,8 +195,10 @@
195 195 *
196 196 * @access public
197 197 */
198 198 public function renderChartPages() {
199 + define ( 'IFRAME_REQUEST', 1 );
200 +
199 201 // check chart, if chart not exists, will create new one and redirects to the same page with proper chart id
200 202 $chart_id = filter_input( INPUT_GET, 'chart', FILTER_VALIDATE_INT );
201 203 if ( !$chart_id || !( $chart = get_post( $chart_id ) ) || $chart->post_type != Visualizer_Plugin::CPT_VISUALIZER ) {
202 204 $default_type = 'line';