ClassLoader.php
1 month ago
InstalledVersions.php
1 month ago
LICENSE
4 years ago
autoload_classmap.php
1 month ago
autoload_files.php
1 month ago
autoload_namespaces.php
1 month ago
autoload_psr4.php
1 month ago
autoload_real.php
1 month ago
autoload_static.php
1 month ago
installed.php
2 months ago
platform_check.php
1 month ago
autoload_files.php
14 lines
| 1 | <?php |
| 2 | |
| 3 | |
| 4 | $vendorDir = dirname(dirname(__FILE__)); |
| 5 | $baseDir = dirname($vendorDir); |
| 6 | |
| 7 | return array( |
| 8 | '5f5b8f7c1db2e892006e8805f0ed573c' => $vendorDir . '/wpml/collect/src/Illuminate/Support/helpers.php', |
| 9 | '914c4a8cb7e06f7d6e1ddf6997c1785f' => $vendorDir . '/wpml/fp/core/functions.php', |
| 10 | '348332d63f916da7598941d18c24311d' => $vendorDir . '/wpml/fp/core/strings_functions.php', |
| 11 | '766b758ee51e52c53cf3312a1dba9e34' => $vendorDir . '/wpml/fp/core/system.php', |
| 12 | '4f861be014c38ae526415a9a3c62913a' => $baseDir . '/lib/classes/container/functions.php', |
| 13 | ); |
| 14 |