We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dceb8 commit 9ffaa8aCopy full SHA for 9ffaa8a
classes/Visualizer/Module/Chart.php
@@ -490,6 +490,9 @@ private function deleteOldCharts() {
490
*/
491
public function renderChartPages() {
492
defined( 'IFRAME_REQUEST' ) || define( 'IFRAME_REQUEST', 1 );
493
+ if ( ! defined( 'ET_BUILDER_PRODUCT_VERSION' ) && function_exists( 'et_get_theme_version' ) ) {
494
+ define( 'ET_BUILDER_PRODUCT_VERSION', et_get_theme_version() );
495
+ }
496
// Set current screen for the render chart.
497
set_current_screen( 'visualizer_render_chart' );
498
// check chart, if chart not exists, will create new one and redirects to the same page with proper chart id
0 commit comments