| @@ -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', |
| @@ -30,9 +29,8 @@ | ||
| 30 | 29 | $themeisle_library_path . '/src/Modules/Endpoint.php', |
| 31 | 30 | $themeisle_library_path . '/src/Modules/Notification.php', |
| 32 | 31 | $themeisle_library_path . '/src/Modules/Logger.php', |
| 33 | 32 | $themeisle_library_path . '/src/Modules/Translate.php', |
| 34 | - $themeisle_library_path . '/src/Modules/Translations.php', | |
| 35 | 33 | $themeisle_library_path . '/src/Modules/Review.php', |
| 36 | 34 | $themeisle_library_path . '/src/Modules/Recommendation.php', |
| 37 | 35 | $themeisle_library_path . '/src/Modules/Promotions.php', |
| 38 | 36 | $themeisle_library_path . '/src/Modules/Welcome.php', |
| @@ -37,13 +35,8 @@ | ||
| 37 | 35 | $themeisle_library_path . '/src/Modules/Promotions.php', |
| 38 | 36 | $themeisle_library_path . '/src/Modules/Welcome.php', |
| 39 | 37 | $themeisle_library_path . '/src/Modules/Compatibilities.php', |
| 40 | 38 | $themeisle_library_path . '/src/Modules/About_us.php', |
| 41 | - $themeisle_library_path . '/src/Modules/Announcements.php', | |
| 42 | - $themeisle_library_path . '/src/Modules/Featured_plugins.php', | |
| 43 | - $themeisle_library_path . '/src/Modules/Float_widget.php', | |
| 44 | - $themeisle_library_path . '/src/Modules/Abstract_Migration.php', | |
| 45 | - $themeisle_library_path . '/src/Modules/Migrator.php', | |
| 46 | 39 | ]; |
| 47 | 40 | |
| 48 | 41 | $files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) ); |
| 49 | 42 | |