Commit inicial - WordPress Análisis de Precios Unitarios

- 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>
This commit is contained in:
root
2025-11-03 21:04:30 -06:00
commit a22573bf0b
24068 changed files with 4993111 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit08d888cc0ebe5ec4e5236ffc732c0960
{
public static $prefixLengthsPsr4 = array (
'A' =>
array (
'Asan\\PHPExcel\\' => 14,
),
);
public static $prefixDirsPsr4 = array (
'Asan\\PHPExcel\\' =>
array (
0 => __DIR__ . '/..' . '/asan/phpexcel/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 = ComposerStaticInit08d888cc0ebe5ec4e5236ffc732c0960::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit08d888cc0ebe5ec4e5236ffc732c0960::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit08d888cc0ebe5ec4e5236ffc732c0960::$classMap;
}, null, ClassLoader::class);
}
}