# subscription/1.9.5/vendor/composer/autoload_static.php

Subscriptions for WooCommerce with Stripe Recurring Payments, version 1.9.5. 41 lines.

- Page: https://pluginprobe.com/plugins/subscription/1.9.5/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/subscription/1.9.5/raw/vendor/composer/autoload_static.php
- Modified: 2025-12-07T08:49:42+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/subscription/1.9.5/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit491aa1cb39e2cdddbda96b848f854796
{
    public static $files = array (
        '432679542ec02094510a6c6c1c27214d' => __DIR__ . '/../..' . '/includes/functions.php',
    );

    public static $prefixLengthsPsr4 = array (
        'S' =>
        array (
            'SpringDevs\\Subscription\\' => 24,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'SpringDevs\\Subscription\\' =>
        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 = ComposerStaticInit491aa1cb39e2cdddbda96b848f854796::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit491aa1cb39e2cdddbda96b848f854796::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInit491aa1cb39e2cdddbda96b848f854796::$classMap;

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

```
