PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.7.7
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.7.7
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 | vendor/codeinwp/themeisle-sdk/start.php +1 -4 3.10.43.7.7 View file →
@@ -31,12 +31,8 @@
31 31 $themeisle_library_path . '/src/Modules/Logger.php',
32 32 $themeisle_library_path . '/src/Modules/Translate.php',
33 33 $themeisle_library_path . '/src/Modules/Review.php',
34 34 $themeisle_library_path . '/src/Modules/Recommendation.php',
35 - $themeisle_library_path . '/src/Modules/Promotions.php',
36 - $themeisle_library_path . '/src/Modules/Welcome.php',
37 - $themeisle_library_path . '/src/Modules/Compatibilities.php',
38 - $themeisle_library_path . '/src/Modules/About_us.php',
39 35 ];
40 36
41 37 $files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) );
42 38
@@ -44,8 +40,9 @@
44 40 if ( is_file( $file ) ) {
45 41 require_once $file;
46 42 }
47 43 }
44 +
48 45 Loader::init();
49 46
50 47 foreach ( $products as $product ) {
51 48 Loader::add_product( $product );