| 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 |
|