# stockpack/2.2/vendor/composer/autoload_static.php

StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more, version 2.2. 65 lines.

- Page: https://pluginprobe.com/plugins/stockpack/2.2/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/stockpack/2.2/raw/vendor/composer/autoload_static.php
- Modified: 2019-12-03T06:19: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/stockpack/2.2/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInite2a132b5a233e8160f739333f059d65b
{
    public static $files = array (
        '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
        'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
        'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
        '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
    );

    public static $prefixLengthsPsr4 = array (
        'P' => 
        array (
            'Psr\\Http\\Message\\' => 17,
        ),
        'G' => 
        array (
            'GuzzleHttp\\Psr7\\' => 16,
            'GuzzleHttp\\Promise\\' => 19,
            'GuzzleHttp\\' => 11,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Psr\\Http\\Message\\' => 
        array (
            0 => __DIR__ . '/..' . '/psr/http-message/src',
        ),
        'GuzzleHttp\\Psr7\\' => 
        array (
            0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
        ),
        'GuzzleHttp\\Promise\\' => 
        array (
            0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
        ),
        'GuzzleHttp\\' => 
        array (
            0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
        ),
    );

    public static $classMap = array (
        'StockpackAdmin' => __DIR__ . '/../..' . '/src/class-stockpackadmin.php',
        'StockpackMedia' => __DIR__ . '/../..' . '/src/class-stockpackmedia.php',
        'StockpackQuery' => __DIR__ . '/../..' . '/src/class-stockpackquery.php',
        'WeDevs_Settings_API' => __DIR__ . '/..' . '/tareq1988/wordpress-settings-api-class/src/class.settings-api.php',
    );

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

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

```
