- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
52 lines
1.6 KiB
PHP
Executable File
52 lines
1.6 KiB
PHP
Executable File
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInitdeffb6dedd7da61f552f6836b399890f
|
|
{
|
|
public static $files = array (
|
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Polyfill\\Mbstring\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'S' =>
|
|
array (
|
|
'Smalot\\PdfParser\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/smalot/pdfparser/src',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitdeffb6dedd7da61f552f6836b399890f::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitdeffb6dedd7da61f552f6836b399890f::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInitdeffb6dedd7da61f552f6836b399890f::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInitdeffb6dedd7da61f552f6836b399890f::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|