PluginProbe
Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification / 5.6.2
Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification v5.6.2
5.6.2 5.6.3 5.6.1 5.6.0 5.5.0 5.4.0 5.3.2 5.3.1 5.1.6 5.1.5 trunk 2.1.5 2.11 2.12 2.13 2.15 3.0.0 3.0.1 3.0.2 3.0.3 3.0.5 3.0.51 3.0.60 3.0.61 3.0.62 All 38 releases
← All changes | vendor/composer/autoload_real.php +4 -4 5.3.1 → 5.6.2 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2
3 3 // autoload_real.php @generated by Composer
4 4
5 -class ComposerAutoloaderInit6611bf15f27dde15388ef5491537f8b8
5 +class ComposerAutoloaderInit0b87d7d73b657a75f3e20a79b48ba38c
6 6 {
7 7 private static $loader;
8 8
9 9 public static function loadClassLoader($class)
@@ -23,17 +23,17 @@
23 23 }
24 24
25 25 require __DIR__ . '/platform_check.php';
26 26
27 - spl_autoload_register(array('ComposerAutoloaderInit6611bf15f27dde15388ef5491537f8b8', 'loadClassLoader'), true, true);
27 + spl_autoload_register(array('ComposerAutoloaderInit0b87d7d73b657a75f3e20a79b48ba38c', 'loadClassLoader'), true, true);
28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
29 - spl_autoload_unregister(array('ComposerAutoloaderInit6611bf15f27dde15388ef5491537f8b8', 'loadClassLoader'));
29 + spl_autoload_unregister(array('ComposerAutoloaderInit0b87d7d73b657a75f3e20a79b48ba38c', 'loadClassLoader'));
30 30
31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32 32 if ($useStaticLoader) {
33 33 require __DIR__ . '/autoload_static.php';
34 34
35 - call_user_func(\Composer\Autoload\ComposerStaticInit6611bf15f27dde15388ef5491537f8b8::getInitializer($loader));
35 + call_user_func(\Composer\Autoload\ComposerStaticInit0b87d7d73b657a75f3e20a79b48ba38c::getInitializer($loader));
36 36 } else {
37 37 $map = require __DIR__ . '/autoload_namespaces.php';
38 38 foreach ($map as $namespace => $path) {
39 39 $loader->set($namespace, $path);