| @@ -32,9 +32,11 @@ | ||
| 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 | 35 | $themeisle_library_path . '/src/Modules/Promotions.php', |
| 36 | + $themeisle_library_path . '/src/Modules/Welcome.php', | |
| 36 | 37 | $themeisle_library_path . '/src/Modules/Compatibilities.php', |
| 38 | + $themeisle_library_path . '/src/Modules/About_us.php', | |
| 37 | 39 | ]; |
| 38 | 40 | |
| 39 | 41 | $files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) ); |
| 40 | 42 | |