PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / trunk
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP vtrunk
1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 All 173 releases
userswp / vendor / composer / autoload_static.php

autoload_static.php in UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP trunk, at vendor/composer/autoload_static.php

46 lines 1.8 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 ComposerStaticInitf3d2d3b01d25e99f52c2a4d35c24b58c
8 {
9 public static $files = array (
10 'e8d544c98e79f913e13eae1306ab635e' => __DIR__ . '/..' . '/ayecode/wp-ayecode-ui/ayecode-ui-loader.php',
11 '24583d3588ebda5228dd453cfaa070da' => __DIR__ . '/..' . '/ayecode/wp-font-awesome-settings/wp-font-awesome-settings.php',
12 '42671a413efb740d7040437ff2a982cd' => __DIR__ . '/..' . '/ayecode/wp-super-duper/sd-functions.php',
13 );
14
15 public static $prefixLengthsPsr4 = array (
16 'C' =>
17 array (
18 'Composer\\Installers\\' => 20,
19 ),
20 );
21
22 public static $prefixDirsPsr4 = array (
23 'Composer\\Installers\\' =>
24 array (
25 0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
26 ),
27 );
28
29 public static $classMap = array (
30 'AyeCode_Connect_Helper' => __DIR__ . '/..' . '/ayecode/ayecode-connect-helper/ayecode-connect-helper.php',
31 'AyeCode_Deactivation_Survey' => __DIR__ . '/..' . '/ayecode/wp-deactivation-survey/wp-deactivation-survey.php',
32 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
33 'WP_Super_Duper' => __DIR__ . '/..' . '/ayecode/wp-super-duper/wp-super-duper.php',
34 );
35
36 public static function getInitializer(ClassLoader $loader)
37 {
38 return \Closure::bind(function () use ($loader) {
39 $loader->prefixLengthsPsr4 = ComposerStaticInitf3d2d3b01d25e99f52c2a4d35c24b58c::$prefixLengthsPsr4;
40 $loader->prefixDirsPsr4 = ComposerStaticInitf3d2d3b01d25e99f52c2a4d35c24b58c::$prefixDirsPsr4;
41 $loader->classMap = ComposerStaticInitf3d2d3b01d25e99f52c2a4d35c24b58c::$classMap;
42
43 }, null, ClassLoader::class);
44 }
45 }
46