PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.7.1
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.7.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 | vendor/codeinwp/themeisle-sdk/start.php +1 -7 3.10.113.7.1 View file →
@@ -21,9 +21,8 @@
21 21
22 22 $themeisle_library_path . '/src/Common/Abstract_module.php',
23 23 $themeisle_library_path . '/src/Common/Module_factory.php',
24 24
25 - $themeisle_library_path . '/src/Modules/Script_loader.php',
26 25 $themeisle_library_path . '/src/Modules/Dashboard_widget.php',
27 26 $themeisle_library_path . '/src/Modules/Rollback.php',
28 27 $themeisle_library_path . '/src/Modules/Uninstall_feedback.php',
29 28 $themeisle_library_path . '/src/Modules/Licenser.php',
@@ -32,14 +31,8 @@
32 31 $themeisle_library_path . '/src/Modules/Logger.php',
33 32 $themeisle_library_path . '/src/Modules/Translate.php',
34 33 $themeisle_library_path . '/src/Modules/Review.php',
35 34 $themeisle_library_path . '/src/Modules/Recommendation.php',
36 - $themeisle_library_path . '/src/Modules/Promotions.php',
37 - $themeisle_library_path . '/src/Modules/Welcome.php',
38 - $themeisle_library_path . '/src/Modules/Compatibilities.php',
39 - $themeisle_library_path . '/src/Modules/About_us.php',
40 - $themeisle_library_path . '/src/Modules/Announcements.php',
41 - $themeisle_library_path . '/src/Modules/Featured_plugins.php',
42 35 ];
43 36
44 37 $files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) );
45 38
@@ -47,8 +40,9 @@
47 40 if ( is_file( $file ) ) {
48 41 require_once $file;
49 42 }
50 43 }
44 +
51 45 Loader::init();
52 46
53 47 foreach ( $products as $product ) {
54 48 Loader::add_product( $product );