File: /home/jandjware/public_html/wp-content/plugins/hostinger/vendor/composer/autoload_static.php
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit5eb612593a2ef67b85ad25c07c19e821
{
public static $prefixLengthsPsr4 = array (
'H' =>
array (
'Hostinger\\WpMenuManager\\' => 24,
'Hostinger\\WpHelper\\' => 19,
'Hostinger\\Tests\\' => 16,
'Hostinger\\' => 10,
),
'A' =>
array (
'Automattic\\Jetpack\\Autoloader\\' => 30,
),
);
public static $prefixDirsPsr4 = array (
'Hostinger\\WpMenuManager\\' =>
array (
0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-menu-manager/src',
),
'Hostinger\\WpHelper\\' =>
array (
0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/src',
),
'Hostinger\\Tests\\' =>
array (
0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/tests/phpunit',
),
'Hostinger\\' =>
array (
0 => __DIR__ . '/../..' . '/includes',
),
'Automattic\\Jetpack\\Autoloader\\' =>
array (
0 => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src',
),
);
public static $classMap = array (
'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit5eb612593a2ef67b85ad25c07c19e821::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit5eb612593a2ef67b85ad25c07c19e821::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit5eb612593a2ef67b85ad25c07c19e821::$classMap;
}, null, ClassLoader::class);
}
}