# templately/3.3.0/vendor/composer/autoload_static.php

Templately – Elementor &amp; Gutenberg Template Library: 6500+ Free &amp; Pro Ready Templates And Cloud!, version 3.3.0. 45 lines.

- Page: https://pluginprobe.com/plugins/templately/3.3.0/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/templately/3.3.0/raw/vendor/composer/autoload_static.php
- Modified: 2024-10-27T11:14:06+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/templately/3.3.0/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit6f91d543d556a22cb92b9ae8545b7c29
{
    public static $prefixLengthsPsr4 = array (
        'T' => 
        array (
            'Templately\\' => 11,
        ),
        'P' => 
        array (
            'PriyoMukul\\WPNotice\\' => 20,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Templately\\' => 
        array (
            0 => __DIR__ . '/../..' . '/includes',
        ),
        'PriyoMukul\\WPNotice\\' => 
        array (
            0 => __DIR__ . '/..' . '/priyomukul/wp-notice/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 = ComposerStaticInit6f91d543d556a22cb92b9ae8545b7c29::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit6f91d543d556a22cb92b9ae8545b7c29::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInit6f91d543d556a22cb92b9ae8545b7c29::$classMap;

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

```
