# hostinger/3.0.5/vendor/composer/autoload_static.php

Hostinger Tools, version 3.0.5. 52 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.5/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.5/raw/vendor/composer/autoload_static.php
- Modified: 2024-07-24T09:55:48+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/hostinger/3.0.5/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit0e3e16b2093bc1815df2ffb9e0b7615e
{
    public static $prefixLengthsPsr4 = array (
        'H' => 
        array (
            'Hostinger\\WpMenuManager\\' => 24,
            'Hostinger\\WpHelper\\' => 19,
            'Hostinger\\Tests\\' => 16,
            'Hostinger\\' => 10,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Hostinger\\WpMenuManager\\' => 
        array (
            0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-menu-manager/src',
        ),
        'Hostinger\\WpHelper\\' => 
        array (
            0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/src',
        ),
        'Hostinger\\Tests\\' => 
        array (
            0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/tests/phpunit',
        ),
        'Hostinger\\' => 
        array (
            0 => __DIR__ . '/../..' . '/includes',
        ),
    );

    public static $classMap = array (
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInit0e3e16b2093bc1815df2ffb9e0b7615e::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit0e3e16b2093bc1815df2ffb9e0b7615e::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInit0e3e16b2093bc1815df2ffb9e0b7615e::$classMap;

        }, null, ClassLoader::class);
    }
}

```
