PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.0.22
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.0.22
1.2.74 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 All 174 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 1.0.22, at vendor/composer/autoload_static.php

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