PluginProbe
Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization / 3.11.0
Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization v3.11.0
4.2.14 4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5 2.5.5 2.5.6 2.5.7 3.0.0 3.0.1 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.11.0 3.11.1 3.11.2 3.11.3 3.12.0 All 135 releases
optimole-wp / vendor / composer / autoload_real.php

autoload_real.php in Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization 3.11.0, at vendor/composer/autoload_real.php

49 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_real.php @generated by Composer
4
5 class ComposerAutoloaderInit5c2011e6a6a211fef22b22c68a87ba3a
6 {
7 private static $loader;
8
9 public static function loadClassLoader($class)
10 {
11 if ('Composer\Autoload\ClassLoader' === $class) {
12 require __DIR__ . '/ClassLoader.php';
13 }
14 }
15
16 /**
17 * @return \Composer\Autoload\ClassLoader
18 */
19 public static function getLoader()
20 {
21 if (null !== self::$loader) {
22 return self::$loader;
23 }
24
25 spl_autoload_register(array('ComposerAutoloaderInit5c2011e6a6a211fef22b22c68a87ba3a', 'loadClassLoader'), true, true);
26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27 spl_autoload_unregister(array('ComposerAutoloaderInit5c2011e6a6a211fef22b22c68a87ba3a', 'loadClassLoader'));
28
29 require __DIR__ . '/autoload_static.php';
30 call_user_func(\Composer\Autoload\ComposerStaticInit5c2011e6a6a211fef22b22c68a87ba3a::getInitializer($loader));
31
32 $loader->register(true);
33
34 $filesToLoad = \Composer\Autoload\ComposerStaticInit5c2011e6a6a211fef22b22c68a87ba3a::$files;
35 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
36 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
37 $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
38
39 require $file;
40 }
41 }, null, null);
42 foreach ($filesToLoad as $fileIdentifier => $file) {
43 $requireFile($fileIdentifier, $file);
44 }
45
46 return $loader;
47 }
48 }
49