PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.9.1
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.9.1
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/Frontend.php +2 -1 3.9.03.9.1 View file →
@@ -304,9 +304,10 @@
304 304 ),
305 305 $atts
306 306 );
307 307
308 - if ( Visualizer_Module::is_pro() && function_exists( 'icl_get_languages' ) ) {
308 + global $sitepress;
309 + if ( Visualizer_Module::is_pro() && ( function_exists( 'icl_get_languages' ) && $sitepress instanceof \SitePress ) ) {
309 310 global $sitepress;
310 311 $locale = icl_get_current_language();
311 312 $locale = strtolower( str_replace( '_', '-', $locale ) );
312 313 $trid = $sitepress->get_element_trid( $atts['id'], 'post_' . Visualizer_Plugin::CPT_VISUALIZER );