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