| @@ -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,13 +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 | 35 | ]; |
| 42 | 36 | |
| 43 | 37 | $files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) ); |
| 44 | 38 | |
| @@ -46,8 +40,9 @@ | ||
| 46 | 40 | if ( is_file( $file ) ) { |
| 47 | 41 | require_once $file; |
| 48 | 42 | } |
| 49 | 43 | } |
| 44 | + | |
| 50 | 45 | Loader::init(); |
| 51 | 46 | |
| 52 | 47 | foreach ( $products as $product ) { |
| 53 | 48 | Loader::add_product( $product ); |