| @@ -21,10 +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/Crash_reporter.php', | |
| 26 | - $themeisle_library_path . '/src/Modules/Script_loader.php', | |
| 27 | 25 | $themeisle_library_path . '/src/Modules/Dashboard_widget.php', |
| 28 | 26 | $themeisle_library_path . '/src/Modules/Rollback.php', |
| 29 | 27 | $themeisle_library_path . '/src/Modules/Uninstall_feedback.php', |
| 30 | 28 | $themeisle_library_path . '/src/Modules/Licenser.php', |
| @@ -31,20 +29,10 @@ | ||
| 31 | 29 | $themeisle_library_path . '/src/Modules/Endpoint.php', |
| 32 | 30 | $themeisle_library_path . '/src/Modules/Notification.php', |
| 33 | 31 | $themeisle_library_path . '/src/Modules/Logger.php', |
| 34 | 32 | $themeisle_library_path . '/src/Modules/Translate.php', |
| 35 | - $themeisle_library_path . '/src/Modules/Translations.php', | |
| 36 | 33 | $themeisle_library_path . '/src/Modules/Review.php', |
| 37 | 34 | $themeisle_library_path . '/src/Modules/Recommendation.php', |
| 38 | - $themeisle_library_path . '/src/Modules/Promotions.php', | |
| 39 | - $themeisle_library_path . '/src/Modules/Welcome.php', | |
| 40 | - $themeisle_library_path . '/src/Modules/Compatibilities.php', | |
| 41 | - $themeisle_library_path . '/src/Modules/About_us.php', | |
| 42 | - $themeisle_library_path . '/src/Modules/Announcements.php', | |
| 43 | - $themeisle_library_path . '/src/Modules/Featured_plugins.php', | |
| 44 | - $themeisle_library_path . '/src/Modules/Float_widget.php', | |
| 45 | - $themeisle_library_path . '/src/Modules/Abstract_Migration.php', | |
| 46 | - $themeisle_library_path . '/src/Modules/Migrator.php', | |
| 47 | 35 | ]; |
| 48 | 36 | |
| 49 | 37 | $files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) ); |
| 50 | 38 | |
| @@ -52,8 +40,9 @@ | ||
| 52 | 40 | if ( is_file( $file ) ) { |
| 53 | 41 | require_once $file; |
| 54 | 42 | } |
| 55 | 43 | } |
| 44 | + | |
| 56 | 45 | Loader::init(); |
| 57 | 46 | |
| 58 | 47 | foreach ( $products as $product ) { |
| 59 | 48 | Loader::add_product( $product ); |