PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.11.15
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.11.15
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/Admin.php +2 -2 3.11.143.11.15 View file →
@@ -88,13 +88,13 @@
88 88 $this->_addAction( 'visualizer_chart_languages', 'addMultilingualSupport' );
89 89
90 90 $this->_addFilter( 'admin_footer_text', 'render_review_notice' );
91 91
92 - if ( ! defined( 'TI_CYPRESS_TESTING' ) ) {
92 + if ( ! defined( 'TI_E2E_TESTING' ) ) {
93 93 $this->_addFilter( 'themeisle-sdk/survey/' . VISUALIZER_DIRNAME, 'get_survey_metadata', 10, 2 );
94 94 }
95 95
96 - if ( defined( 'TI_CYPRESS_TESTING' ) ) {
96 + if ( defined( 'TI_E2E_TESTING' ) ) {
97 97 $this->load_cypress_hooks();
98 98 }
99 99
100 100 }