| @@ -34,8 +34,9 @@ | ||
| 34 | 34 | $themeisle_library_path . '/src/Modules/Recommendation.php', |
| 35 | 35 | $themeisle_library_path . '/src/Modules/Promotions.php', |
| 36 | 36 | $themeisle_library_path . '/src/Modules/Welcome.php', |
| 37 | 37 | $themeisle_library_path . '/src/Modules/Compatibilities.php', |
| 38 | + $themeisle_library_path . '/src/Modules/About_us.php', | |
| 38 | 39 | ]; |
| 39 | 40 | |
| 40 | 41 | $files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) ); |
| 41 | 42 | |