PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.17.0
GiveWP – Donation Plugin and Fundraising Platform v4.17.0
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
← All changes | vendor/composer/autoload_real.php +5 -5 4.16.6 → 4.17.0 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2
3 3 // autoload_real.php @generated by Composer
4 4
5 -class ComposerAutoloaderInitb75550006f5bc80dbe46d39f13664bf0
5 +class ComposerAutoloaderInite3564085369992ab8d213c4ce1520596
6 6 {
7 7 private static $loader;
8 8
9 9 public static function loadClassLoader($class)
@@ -23,18 +23,18 @@
23 23 }
24 24
25 25 require __DIR__ . '/platform_check.php';
26 26
27 - spl_autoload_register(array('ComposerAutoloaderInitb75550006f5bc80dbe46d39f13664bf0', 'loadClassLoader'), true, true);
27 + spl_autoload_register(array('ComposerAutoloaderInite3564085369992ab8d213c4ce1520596', 'loadClassLoader'), true, true);
28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29 - spl_autoload_unregister(array('ComposerAutoloaderInitb75550006f5bc80dbe46d39f13664bf0', 'loadClassLoader'));
29 + spl_autoload_unregister(array('ComposerAutoloaderInite3564085369992ab8d213c4ce1520596', 'loadClassLoader'));
30 30
31 31 require __DIR__ . '/autoload_static.php';
32 - call_user_func(\Composer\Autoload\ComposerStaticInitb75550006f5bc80dbe46d39f13664bf0::getInitializer($loader));
32 + call_user_func(\Composer\Autoload\ComposerStaticInite3564085369992ab8d213c4ce1520596::getInitializer($loader));
33 33
34 34 $loader->register(true);
35 35
36 - $filesToLoad = \Composer\Autoload\ComposerStaticInitb75550006f5bc80dbe46d39f13664bf0::$files;
36 + $filesToLoad = \Composer\Autoload\ComposerStaticInite3564085369992ab8d213c4ce1520596::$files;
37 37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
38 38 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
39 39 $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
40 40