Step 2.3: Install ACF and configure Property Details field group

This commit is contained in:
Hanson.xyz Dev
2025-11-28 16:33:31 -06:00
parent f03dea6b07
commit 72fbd1bc74
558 changed files with 430415 additions and 8 deletions
@@ -0,0 +1,37 @@
<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit94e23cbc47a4750e27ee21b7644f1866
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__ . '/ClassLoader.php';
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit94e23cbc47a4750e27ee21b7644f1866', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit94e23cbc47a4750e27ee21b7644f1866', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit94e23cbc47a4750e27ee21b7644f1866::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
return $loader;
}
}