| @@ -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/Crash_reporter.php', | |
| 26 | 25 | $themeisle_library_path . '/src/Modules/Script_loader.php', |
| 27 | 26 | $themeisle_library_path . '/src/Modules/Dashboard_widget.php', |
| 28 | 27 | $themeisle_library_path . '/src/Modules/Rollback.php', |
| 29 | 28 | $themeisle_library_path . '/src/Modules/Uninstall_feedback.php', |
| @@ -41,10 +40,8 @@ | ||
| 41 | 40 | $themeisle_library_path . '/src/Modules/About_us.php', |
| 42 | 41 | $themeisle_library_path . '/src/Modules/Announcements.php', |
| 43 | 42 | $themeisle_library_path . '/src/Modules/Featured_plugins.php', |
| 44 | 43 | $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 | 44 | ]; |
| 48 | 45 | |
| 49 | 46 | $files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) ); |
| 50 | 47 | |