first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'WPML\\CF7\\Constants' => $baseDir . '/classes/constants.php',
'WPML\\CF7\\Language_Metabox' => $baseDir . '/classes/language-metabox.php',
'WPML\\CF7\\Shortcodes' => $baseDir . '/classes/shortcodes.php',
'WPML\\CF7\\Translations' => $baseDir . '/classes/translations.php',
);