PluginProbe
WP Debugging / 2.11.1
WP Debugging v2.11.1
2.12.6 2.12.5 trunk 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.11.10 2.11.11 2.11.12 2.11.13 2.11.14 2.11.15 2.11.16 2.11.17 2.11.18 2.11.19 2.11.2 2.11.20 2.11.21 2.11.22 2.11.23 2.11.24 2.11.3 All 59 releases
wp-debugging / vendor / composer / autoload_static.php

autoload_static.php in WP Debugging 2.11.1, at vendor/composer/autoload_static.php

45 lines 1.7 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 ComposerStaticInit9f13e01a769ab94b1e472bddafa96a42
8 {
9 public static $files = array (
10 'ab4b292309a54cb14fb006d8f6ed2fba' => __DIR__ . '/..' . '/norcross/debug-quick-look/debug-quick-look.php',
11 'ac949ce40a981819ba132473518a9a31' => __DIR__ . '/..' . '/wp-cli/wp-config-transformer/src/WPConfigTransformer.php',
12 );
13
14 public static $prefixLengthsPsr4 = array (
15 'F' =>
16 array (
17 'Fragen\\WP_Debugging\\' => 20,
18 ),
19 );
20
21 public static $prefixDirsPsr4 = array (
22 'Fragen\\WP_Debugging\\' =>
23 array (
24 0 => __DIR__ . '/../..' . '/src',
25 ),
26 );
27
28 public static $classMap = array (
29 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
30 'WP_Dependency_Installer' => __DIR__ . '/..' . '/afragen/wp-dependency-installer/wp-dependency-installer.php',
31 'WP_Dependency_Installer_Skin' => __DIR__ . '/..' . '/afragen/wp-dependency-installer/wp-dependency-installer-skin.php',
32 'WP_Dismiss_Notice' => __DIR__ . '/..' . '/afragen/wp-dismiss-notice/wp-dismiss-notice.php',
33 );
34
35 public static function getInitializer(ClassLoader $loader)
36 {
37 return \Closure::bind(function () use ($loader) {
38 $loader->prefixLengthsPsr4 = ComposerStaticInit9f13e01a769ab94b1e472bddafa96a42::$prefixLengthsPsr4;
39 $loader->prefixDirsPsr4 = ComposerStaticInit9f13e01a769ab94b1e472bddafa96a42::$prefixDirsPsr4;
40 $loader->classMap = ComposerStaticInit9f13e01a769ab94b1e472bddafa96a42::$classMap;
41
42 }, null, ClassLoader::class);
43 }
44 }
45