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