PluginProbe
Image Optimizer – Compress Images and Convert to WebP or AVIF / 1.7.7
Image Optimizer – Compress Images and Convert to WebP or AVIF v1.7.7
1.7.7 1.7.6 1.7.5 1.7.4 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 All 33 releases
image-optimization / vendor / composer / autoload_static.php

autoload_static.php in Image Optimizer – Compress Images and Convert to WebP or AVIF 1.7.7, at vendor/composer/autoload_static.php

41 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit93c4b779935ce3ab67ff25d4b4938fd7
8 {
9 public static $files = array (
10 '9db71c6726821ac61284818089584d23' => __DIR__ . '/..' . '/elementor/wp-one-package/runner.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'E' =>
15 array (
16 'Elementor\\WPNotificationsPackage\\' => 33,
17 ),
18 );
19
20 public static $prefixDirsPsr4 = array (
21 'Elementor\\WPNotificationsPackage\\' =>
22 array (
23 0 => __DIR__ . '/..' . '/elementor/wp-notifications-package/src',
24 ),
25 );
26
27 public static $classMap = array (
28 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
29 );
30
31 public static function getInitializer(ClassLoader $loader)
32 {
33 return \Closure::bind(function () use ($loader) {
34 $loader->prefixLengthsPsr4 = ComposerStaticInit93c4b779935ce3ab67ff25d4b4938fd7::$prefixLengthsPsr4;
35 $loader->prefixDirsPsr4 = ComposerStaticInit93c4b779935ce3ab67ff25d4b4938fd7::$prefixDirsPsr4;
36 $loader->classMap = ComposerStaticInit93c4b779935ce3ab67ff25d4b4938fd7::$classMap;
37
38 }, null, ClassLoader::class);
39 }
40 }
41