# double-opt-in/5.6.3/vendor/composer/autoload_static.php

Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification, version 5.6.3. 145 lines.

- Page: https://pluginprobe.com/plugins/double-opt-in/5.6.3/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/double-opt-in/5.6.3/raw/vendor/composer/autoload_static.php
- Modified: 2026-09-24T12:48:56+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/double-opt-in/5.6.3/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit3be1c9b38c1af01909fcefd322c95ea4
{
    public static $prefixLengthsPsr4 = array (
        'F' => 
        array (
            'Forge12\\DoubleOptIn\\' => 20,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Forge12\\DoubleOptIn\\' => 
        array (
            0 => __DIR__ . '/../..' . '/src',
        ),
    );

    public static $classMap = array (
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
        'Forge12\\DoubleOptIn\\Addon\\AddonCatalog' => __DIR__ . '/../..' . '/src/Addon/AddonCatalog.php',
        'Forge12\\DoubleOptIn\\Addon\\AddonFeatureToggle' => __DIR__ . '/../..' . '/src/Addon/AddonFeatureToggle.php',
        'Forge12\\DoubleOptIn\\Addon\\AddonInterface' => __DIR__ . '/../..' . '/src/Addon/AddonInterface.php',
        'Forge12\\DoubleOptIn\\Addon\\AddonRegistry' => __DIR__ . '/../..' . '/src/Addon/AddonRegistry.php',
        'Forge12\\DoubleOptIn\\Admin\\AdminNoticeIncompleteForms' => __DIR__ . '/../..' . '/src/Admin/AdminNoticeIncompleteForms.php',
        'Forge12\\DoubleOptIn\\Admin\\AdminPageController' => __DIR__ . '/../..' . '/src/Admin/AdminPageController.php',
        'Forge12\\DoubleOptIn\\Admin\\AdminRestController' => __DIR__ . '/../..' . '/src/Admin/AdminRestController.php',
        'Forge12\\DoubleOptIn\\Admin\\FollowUpRestController' => __DIR__ . '/../..' . '/src/Admin/FollowUpRestController.php',
        'Forge12\\DoubleOptIn\\Admin\\FormSettingsController' => __DIR__ . '/../..' . '/src/Admin/FormSettingsController.php',
        'Forge12\\DoubleOptIn\\Admin\\ResendController' => __DIR__ . '/../..' . '/src/Admin/ResendController.php',
        'Forge12\\DoubleOptIn\\Admin\\SingleConsentExportController' => __DIR__ . '/../..' . '/src/Admin/SingleConsentExportController.php',
        'Forge12\\DoubleOptIn\\Audit\\AuditLogger' => __DIR__ . '/../..' . '/src/Audit/AuditLogger.php',
        'Forge12\\DoubleOptIn\\Bridge\\WordPressHookBridge' => __DIR__ . '/../..' . '/src/Bridge/WordPressHookBridge.php',
        'Forge12\\DoubleOptIn\\Consent\\ConsentGate' => __DIR__ . '/../..' . '/src/Consent/ConsentGate.php',
        'Forge12\\DoubleOptIn\\Container\\BootableProviderInterface' => __DIR__ . '/../..' . '/src/Container/BootableProviderInterface.php',
        'Forge12\\DoubleOptIn\\Container\\Container' => __DIR__ . '/../..' . '/src/Container/Container.php',
        'Forge12\\DoubleOptIn\\Container\\ContainerInterface' => __DIR__ . '/../..' . '/src/Container/ContainerInterface.php',
        'Forge12\\DoubleOptIn\\Container\\NotFoundException' => __DIR__ . '/../..' . '/src/Container/NotFoundException.php',
        'Forge12\\DoubleOptIn\\Container\\ServiceProviderInterface' => __DIR__ . '/../..' . '/src/Container/ServiceProviderInterface.php',
        'Forge12\\DoubleOptIn\\EmailTemplates\\BlockRegistry' => __DIR__ . '/../..' . '/src/EmailTemplates/BlockRegistry.php',
        'Forge12\\DoubleOptIn\\EmailTemplates\\EmailHtmlGenerator' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailHtmlGenerator.php',
        'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplateIntegration' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailTemplateIntegration.php',
        'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplatePostType' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailTemplatePostType.php',
        'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplatePresets' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailTemplatePresets.php',
        'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplateRepository' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailTemplateRepository.php',
        'Forge12\\DoubleOptIn\\EmailTemplates\\EmailTemplateRestController' => __DIR__ . '/../..' . '/src/EmailTemplates/EmailTemplateRestController.php',
        'Forge12\\DoubleOptIn\\EmailTemplates\\PlaceholderMapper' => __DIR__ . '/../..' . '/src/EmailTemplates/PlaceholderMapper.php',
        'Forge12\\DoubleOptIn\\Entity\\OptIn' => __DIR__ . '/../..' . '/src/Entity/OptIn.php',
        'Forge12\\DoubleOptIn\\EventSystem\\Event' => __DIR__ . '/../..' . '/src/EventSystem/Event.php',
        'Forge12\\DoubleOptIn\\EventSystem\\EventDispatcher' => __DIR__ . '/../..' . '/src/EventSystem/EventDispatcher.php',
        'Forge12\\DoubleOptIn\\EventSystem\\EventDispatcherInterface' => __DIR__ . '/../..' . '/src/EventSystem/EventDispatcherInterface.php',
        'Forge12\\DoubleOptIn\\EventSystem\\StoppableEventInterface' => __DIR__ . '/../..' . '/src/EventSystem/StoppableEventInterface.php',
        'Forge12\\DoubleOptIn\\Events\\Form\\FormSubmittedEvent' => __DIR__ . '/../..' . '/src/Events/Form/FormSubmittedEvent.php',
        'Forge12\\DoubleOptIn\\Events\\Form\\FormValidatedEvent' => __DIR__ . '/../..' . '/src/Events/Form/FormValidatedEvent.php',
        'Forge12\\DoubleOptIn\\Events\\Integration\\FormSubmissionEvent' => __DIR__ . '/../..' . '/src/Events/Integration/FormSubmissionEvent.php',
        'Forge12\\DoubleOptIn\\Events\\Integration\\IntegrationRegisteredEvent' => __DIR__ . '/../..' . '/src/Events/Integration/IntegrationRegisteredEvent.php',
        'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInConfirmedEvent' => __DIR__ . '/../..' . '/src/Events/Lifecycle/OptInConfirmedEvent.php',
        'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInCreatedEvent' => __DIR__ . '/../..' . '/src/Events/Lifecycle/OptInCreatedEvent.php',
        'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInDeletedEvent' => __DIR__ . '/../..' . '/src/Events/Lifecycle/OptInDeletedEvent.php',
        'Forge12\\DoubleOptIn\\Events\\Lifecycle\\OptInExpiredEvent' => __DIR__ . '/../..' . '/src/Events/Lifecycle/OptInExpiredEvent.php',
        'Forge12\\DoubleOptIn\\Events\\Mail\\MailPreparingEvent' => __DIR__ . '/../..' . '/src/Events/Mail/MailPreparingEvent.php',
        'Forge12\\DoubleOptIn\\Events\\Mail\\MailSentEvent' => __DIR__ . '/../..' . '/src/Events/Mail/MailSentEvent.php',
        'Forge12\\DoubleOptIn\\Events\\Mail\\ReminderSentEvent' => __DIR__ . '/../..' . '/src/Events/Mail/ReminderSentEvent.php',
        'Forge12\\DoubleOptIn\\Files\\FileStorage' => __DIR__ . '/../..' . '/src/Files/FileStorage.php',
        'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAction' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpAction.php',
        'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAdapterInterface' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpAdapterInterface.php',
        'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAdapterRegistry' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpAdapterRegistry.php',
        'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAttempt' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpAttempt.php',
        'Forge12\\DoubleOptIn\\FollowUp\\FollowUpCoordinator' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpCoordinator.php',
        'Forge12\\DoubleOptIn\\FollowUp\\FollowUpRecord' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpRecord.php',
        'Forge12\\DoubleOptIn\\FollowUp\\FollowUpResult' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpResult.php',
        'Forge12\\DoubleOptIn\\FollowUp\\FollowUpStatus' => __DIR__ . '/../..' . '/src/FollowUp/FollowUpStatus.php',
        'Forge12\\DoubleOptIn\\FollowUp\\LoopbackClassifier' => __DIR__ . '/../..' . '/src/FollowUp/LoopbackClassifier.php',
        'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsDTO' => __DIR__ . '/../..' . '/src/FormSettings/FormSettingsDTO.php',
        'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsService' => __DIR__ . '/../..' . '/src/FormSettings/FormSettingsService.php',
        'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsValidator' => __DIR__ . '/../..' . '/src/FormSettings/FormSettingsValidator.php',
        'Forge12\\DoubleOptIn\\Frontend\\ErrorNotification' => __DIR__ . '/../..' . '/src/Frontend/ErrorNotification.php',
        'Forge12\\DoubleOptIn\\Health\\DatabaseTableHealthCheck' => __DIR__ . '/../..' . '/src/Health/DatabaseTableHealthCheck.php',
        'Forge12\\DoubleOptIn\\Health\\HealthCheckInterface' => __DIR__ . '/../..' . '/src/Health/HealthCheckInterface.php',
        'Forge12\\DoubleOptIn\\Health\\HealthCheckRegistry' => __DIR__ . '/../..' . '/src/Health/HealthCheckRegistry.php',
        'Forge12\\DoubleOptIn\\Health\\HealthCheckResult' => __DIR__ . '/../..' . '/src/Health/HealthCheckResult.php',
        'Forge12\\DoubleOptIn\\Health\\HealthRepairController' => __DIR__ . '/../..' . '/src/Health/HealthRepairController.php',
        'Forge12\\DoubleOptIn\\Health\\LegacyMonolithCheck' => __DIR__ . '/../..' . '/src/Health/LegacyMonolithCheck.php',
        'Forge12\\DoubleOptIn\\Health\\LegacyMonolithDetector' => __DIR__ . '/../..' . '/src/Health/LegacyMonolithDetector.php',
        'Forge12\\DoubleOptIn\\Health\\LegacyProEnvironment' => __DIR__ . '/../..' . '/src/Health/LegacyProEnvironment.php',
        'Forge12\\DoubleOptIn\\Health\\SiteHealthIntegration' => __DIR__ . '/../..' . '/src/Health/SiteHealthIntegration.php',
        'Forge12\\DoubleOptIn\\Health\\StaleConsentFieldCheck' => __DIR__ . '/../..' . '/src/Health/StaleConsentFieldCheck.php',
        'Forge12\\DoubleOptIn\\Health\\StaleProMarkersCheck' => __DIR__ . '/../..' . '/src/Health/StaleProMarkersCheck.php',
        'Forge12\\DoubleOptIn\\Integration\\AbstractFormIntegration' => __DIR__ . '/../..' . '/src/Integration/AbstractFormIntegration.php',
        'Forge12\\DoubleOptIn\\Integration\\AdminPanelInterface' => __DIR__ . '/../..' . '/src/Integration/AdminPanelInterface.php',
        'Forge12\\DoubleOptIn\\Integration\\CF7FollowUpAdapter' => __DIR__ . '/../..' . '/src/Integration/CF7FollowUpAdapter.php',
        'Forge12\\DoubleOptIn\\Integration\\CF7Integration' => __DIR__ . '/../..' . '/src/Integration/CF7Integration.php',
        'Forge12\\DoubleOptIn\\Integration\\FormData' => __DIR__ . '/../..' . '/src/Integration/FormData.php',
        'Forge12\\DoubleOptIn\\Integration\\FormDataInterface' => __DIR__ . '/../..' . '/src/Integration/FormDataInterface.php',
        'Forge12\\DoubleOptIn\\Integration\\FormIntegrationInterface' => __DIR__ . '/../..' . '/src/Integration/FormIntegrationInterface.php',
        'Forge12\\DoubleOptIn\\Integration\\FormIntegrationRegistry' => __DIR__ . '/../..' . '/src/Integration/FormIntegrationRegistry.php',
        'Forge12\\DoubleOptIn\\Integration\\OptInError' => __DIR__ . '/../..' . '/src/Integration/OptInError.php',
        'Forge12\\DoubleOptIn\\Integration\\SubmittedContent' => __DIR__ . '/../..' . '/src/Integration/SubmittedContent.php',
        'Forge12\\DoubleOptIn\\Licensing\\AddonLicenseRegistry' => __DIR__ . '/../..' . '/src/Licensing/AddonLicenseRegistry.php',
        'Forge12\\DoubleOptIn\\Licensing\\AddonLicenseRegistryInterface' => __DIR__ . '/../..' . '/src/Licensing/AddonLicenseRegistryInterface.php',
        'Forge12\\DoubleOptIn\\Migration\\AvadaDeprecationNotice' => __DIR__ . '/../..' . '/src/Migration/AvadaDeprecationNotice.php',
        'Forge12\\DoubleOptIn\\Migration\\GrandfatherLicenseClient' => __DIR__ . '/../..' . '/src/Migration/GrandfatherLicenseClient.php',
        'Forge12\\DoubleOptIn\\Migration\\MigrationFormCompletenessSweep' => __DIR__ . '/../..' . '/src/Migration/MigrationFormCompletenessSweep.php',
        'Forge12\\DoubleOptIn\\Migration\\MigrationInterface' => __DIR__ . '/../..' . '/src/Migration/MigrationInterface.php',
        'Forge12\\DoubleOptIn\\Migration\\MigrationRegistry' => __DIR__ . '/../..' . '/src/Migration/MigrationRegistry.php',
        'Forge12\\DoubleOptIn\\Providers\\AddonServiceProvider' => __DIR__ . '/../..' . '/src/Providers/AddonServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\AdminServiceProvider' => __DIR__ . '/../..' . '/src/Providers/AdminServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\CoreServiceProvider' => __DIR__ . '/../..' . '/src/Providers/CoreServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\EmailTemplateServiceProvider' => __DIR__ . '/../..' . '/src/Providers/EmailTemplateServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\EventServiceProvider' => __DIR__ . '/../..' . '/src/Providers/EventServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\FollowUpServiceProvider' => __DIR__ . '/../..' . '/src/Providers/FollowUpServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\FormSettingsServiceProvider' => __DIR__ . '/../..' . '/src/Providers/FormSettingsServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\GdprServiceProvider' => __DIR__ . '/../..' . '/src/Providers/GdprServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\HealthServiceProvider' => __DIR__ . '/../..' . '/src/Providers/HealthServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\IntegrationServiceProvider' => __DIR__ . '/../..' . '/src/Providers/IntegrationServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\LicensingServiceProvider' => __DIR__ . '/../..' . '/src/Providers/LicensingServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\MigrationServiceProvider' => __DIR__ . '/../..' . '/src/Providers/MigrationServiceProvider.php',
        'Forge12\\DoubleOptIn\\Providers\\RepositoryServiceProvider' => __DIR__ . '/../..' . '/src/Providers/RepositoryServiceProvider.php',
        'Forge12\\DoubleOptIn\\Repository\\FollowUpRepository' => __DIR__ . '/../..' . '/src/Repository/FollowUpRepository.php',
        'Forge12\\DoubleOptIn\\Repository\\FollowUpRepositoryInterface' => __DIR__ . '/../..' . '/src/Repository/FollowUpRepositoryInterface.php',
        'Forge12\\DoubleOptIn\\Repository\\FollowUpSchema' => __DIR__ . '/../..' . '/src/Repository/FollowUpSchema.php',
        'Forge12\\DoubleOptIn\\Repository\\OptInRepository' => __DIR__ . '/../..' . '/src/Repository/OptInRepository.php',
        'Forge12\\DoubleOptIn\\Repository\\OptInRepositoryInterface' => __DIR__ . '/../..' . '/src/Repository/OptInRepositoryInterface.php',
        'Forge12\\DoubleOptIn\\Service\\OptInLinkGenerator' => __DIR__ . '/../..' . '/src/Service/OptInLinkGenerator.php',
        'Forge12\\DoubleOptIn\\Service\\OptInValidator' => __DIR__ . '/../..' . '/src/Service/OptInValidator.php',
        'Forge12\\DoubleOptIn\\Service\\PrivacyIntegration' => __DIR__ . '/../..' . '/src/Service/PrivacyIntegration.php',
        'Forge12\\DoubleOptIn\\Service\\RateLimiter' => __DIR__ . '/../..' . '/src/Service/RateLimiter.php',
        'Forge12\\DoubleOptIn\\Versioning\\SemverConstraint' => __DIR__ . '/../..' . '/src/Versioning/SemverConstraint.php',
    );

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

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

```
