# windpress/3.0.13/vendor/composer/autoload_real.php

WindPress – Tailwind CSS integration for WordPress, version 3.0.13. 44 lines.

- Page: https://pluginprobe.com/plugins/windpress/3.0.13/code/vendor/composer/autoload_real.php
- Raw: https://pluginprobe.com/plugins/windpress/3.0.13/raw/vendor/composer/autoload_real.php
- Modified: 2024-09-07T03:14:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/windpress/3.0.13/code/vendor/composer/autoload_real.php#L10-L20`.

```php
<?php

namespace WindPressDeps;

// autoload_real.php @generated by Composer
class ComposerAutoloaderInit8b716477dd00c21d9c31aeabe1824b2d
{
    private static $loader;
    public static function loadClassLoader($class)
    {
        if ('WindPressDeps\\Composer\\Autoload\\ClassLoader' === $class) {
            require __DIR__ . '/ClassLoader.php';
        }
    }
    /**
     * @return \Composer\Autoload\ClassLoader
     */
    public static function getLoader()
    {
        if (null !== self::$loader) {
            return self::$loader;
        }
        require __DIR__ . '/platform_check.php';
        \spl_autoload_register(array('WindPressDeps\\ComposerAutoloaderInit8b716477dd00c21d9c31aeabe1824b2d', 'loadClassLoader'), \true, \true);
        self::$loader = $loader = new \WindPressDeps\Composer\Autoload\ClassLoader(\dirname(__DIR__));
        \spl_autoload_unregister(array('WindPressDeps\\ComposerAutoloaderInit8b716477dd00c21d9c31aeabe1824b2d', 'loadClassLoader'));
        require __DIR__ . '/autoload_static.php';
        \call_user_func(\WindPressDeps\Composer\Autoload\ComposerStaticInit8b716477dd00c21d9c31aeabe1824b2d::getInitializer($loader));
        $loader->setClassMapAuthoritative(\true);
        $loader->register(\true);
        $filesToLoad = \WindPressDeps\Composer\Autoload\ComposerStaticInit8b716477dd00c21d9c31aeabe1824b2d::$files;
        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
                $GLOBALS['__composer_autoload_files'][$fileIdentifier] = \true;
                require $file;
            }
        }, null, null);
        foreach ($filesToLoad as $fileIdentifier => $file) {
            $requireFile($fileIdentifier, $file);
        }
        return $loader;
    }
}

```
