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,23 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitfc3a1e232919a7798f1f05108c48e219
{
public static $classMap = array (
'WPML\\CF7\\Constants' => __DIR__ . '/../..' . '/classes/constants.php',
'WPML\\CF7\\Language_Metabox' => __DIR__ . '/../..' . '/classes/language-metabox.php',
'WPML\\CF7\\Shortcodes' => __DIR__ . '/../..' . '/classes/shortcodes.php',
'WPML\\CF7\\Translations' => __DIR__ . '/../..' . '/classes/translations.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->classMap = ComposerStaticInitfc3a1e232919a7798f1f05108c48e219::$classMap;
}, null, ClassLoader::class);
}
}