| @@ -21,8 +21,9 @@ | ||
| 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', | |
| 25 | 26 | $themeisle_library_path . '/src/Modules/Dashboard_widget.php', |
| 26 | 27 | $themeisle_library_path . '/src/Modules/Rollback.php', |
| 27 | 28 | $themeisle_library_path . '/src/Modules/Uninstall_feedback.php', |
| 28 | 29 | $themeisle_library_path . '/src/Modules/Licenser.php', |
| @@ -29,12 +30,18 @@ | ||
| 29 | 30 | $themeisle_library_path . '/src/Modules/Endpoint.php', |
| 30 | 31 | $themeisle_library_path . '/src/Modules/Notification.php', |
| 31 | 32 | $themeisle_library_path . '/src/Modules/Logger.php', |
| 32 | 33 | $themeisle_library_path . '/src/Modules/Translate.php', |
| 34 | + $themeisle_library_path . '/src/Modules/Translations.php', | |
| 33 | 35 | $themeisle_library_path . '/src/Modules/Review.php', |
| 34 | 36 | $themeisle_library_path . '/src/Modules/Recommendation.php', |
| 35 | 37 | $themeisle_library_path . '/src/Modules/Promotions.php', |
| 38 | + $themeisle_library_path . '/src/Modules/Welcome.php', | |
| 36 | 39 | $themeisle_library_path . '/src/Modules/Compatibilities.php', |
| 40 | + $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', | |
| 37 | 44 | ]; |
| 38 | 45 | |
| 39 | 46 | $files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) ); |
| 40 | 47 | |