44 lines
1.4 KiB
PHP
44 lines
1.4 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInita13a895834453aad32a897cc456c73ff
|
|
{
|
|
public static $files = array (
|
|
'8653524d908cf23a56335c6d210d6627' => __DIR__ . '/..' . '/abuyoyo/adminmenupage/wph_admin_page.php',
|
|
'd8f9115e9a479bb7bf2fea8e74fb82f0' => __DIR__ . '/..' . '/abuyoyo/screen-meta-links/screen-meta-links.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'W' =>
|
|
array (
|
|
'WPHelper\\' => 9,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'WPHelper\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/abuyoyo/adminmenupage/src',
|
|
1 => __DIR__ . '/..' . '/abuyoyo/metabox',
|
|
2 => __DIR__ . '/..' . '/abuyoyo/plugincore',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInita13a895834453aad32a897cc456c73ff::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInita13a895834453aad32a897cc456c73ff::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInita13a895834453aad32a897cc456c73ff::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|