PluginProbe ʕ •ᴥ•ʔ
WP 2FA – Two-factor authentication for WordPress / 1.6.0
WP 2FA – Two-factor authentication for WordPress v1.6.0
4.0.0 1.7.1 2.0.0 2.0.1 2.1.0 2.2.0 2.2.1 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.8.0 2.9.0 2.9.1 2.9.2 2.9.3 3.0.0 3.0.1 3.1.0 3.1.1 3.1.1.2 trunk 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.7.0
wp-2fa / vendor / composer / autoload_static.php
wp-2fa / vendor / composer Last commit date
ClassLoader.php 6 years ago LICENSE 5 years ago autoload_classmap.php 5 years ago autoload_namespaces.php 5 years ago autoload_psr4.php 5 years ago autoload_real.php 5 years ago autoload_static.php 5 years ago installed.json 5 years ago
autoload_static.php
59 lines
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit892b53d71c683eb527c1e9ecfcabd0c9
8 {
9 public static $files = array (
10 '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
11 '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
12 );
13
14 public static $prefixLengthsPsr4 = array (
15 'W' =>
16 array (
17 'WP2FA\\' => 6,
18 ),
19 'S' =>
20 array (
21 'Symfony\\Polyfill\\Ctype\\' => 23,
22 ),
23 'D' =>
24 array (
25 'DeepCopy\\' => 9,
26 ),
27 );
28
29 public static $prefixDirsPsr4 = array (
30 'WP2FA\\' =>
31 array (
32 0 => __DIR__ . '/../..' . '/includes/classes',
33 ),
34 'Symfony\\Polyfill\\Ctype\\' =>
35 array (
36 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
37 ),
38 'DeepCopy\\' =>
39 array (
40 0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy',
41 ),
42 );
43
44 public static $classMap = array (
45 'WP_Async_Request' => __DIR__ . '/..' . '/deliciousbrains/wp-background-processing/classes/wp-async-request.php',
46 'WP_Background_Process' => __DIR__ . '/..' . '/deliciousbrains/wp-background-processing/classes/wp-background-process.php',
47 );
48
49 public static function getInitializer(ClassLoader $loader)
50 {
51 return \Closure::bind(function () use ($loader) {
52 $loader->prefixLengthsPsr4 = ComposerStaticInit892b53d71c683eb527c1e9ecfcabd0c9::$prefixLengthsPsr4;
53 $loader->prefixDirsPsr4 = ComposerStaticInit892b53d71c683eb527c1e9ecfcabd0c9::$prefixDirsPsr4;
54 $loader->classMap = ComposerStaticInit892b53d71c683eb527c1e9ecfcabd0c9::$classMap;
55
56 }, null, ClassLoader::class);
57 }
58 }
59