File: /home/teamadsc/public_html/wp-content/plugins/page-views-count/vendor/composer/autoload_static.php
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInitfab6881b855981328ce7846d0605a2ca
{
public static $prefixLengthsPsr4 = array (
'A' =>
array (
'A3Rev\\PageViewsCount\\' => 21,
),
);
public static $prefixDirsPsr4 = array (
'A3Rev\\PageViewsCount\\' =>
array (
0 => __DIR__ . '/../..' . '/src',
1 => __DIR__ . '/../..' . '/admin',
),
);
public static $classMap = array (
'A3Rev\\PageViewsCount\\A3_PVC' => __DIR__ . '/../..' . '/src/pvc_class.php',
'A3Rev\\PageViewsCount\\API' => __DIR__ . '/../..' . '/src/api/pvc-api.php',
'A3Rev\\PageViewsCount\\Blocks' => __DIR__ . '/../..' . '/src/blocks.php',
'A3Rev\\PageViewsCount\\FrameWork\\Admin_Init' => __DIR__ . '/../..' . '/admin/admin-init.php',
'A3Rev\\PageViewsCount\\FrameWork\\Admin_Interface' => __DIR__ . '/../..' . '/admin/admin-interface.php',
'A3Rev\\PageViewsCount\\FrameWork\\Admin_UI' => __DIR__ . '/../..' . '/admin/admin-ui.php',
'A3Rev\\PageViewsCount\\FrameWork\\Fonts_Face' => __DIR__ . '/../..' . '/admin/includes/fonts_face.php',
'A3Rev\\PageViewsCount\\FrameWork\\Less_Sass' => __DIR__ . '/../..' . '/admin/less/sass.php',
'A3Rev\\PageViewsCount\\FrameWork\\Pages\\Settings' => __DIR__ . '/../..' . '/admin/admin-pages/admin-pvc-page.php',
'A3Rev\\PageViewsCount\\FrameWork\\Settings\\Global_Panel' => __DIR__ . '/../..' . '/admin/settings/general-settings.php',
'A3Rev\\PageViewsCount\\FrameWork\\Tabs\\Global_Settings' => __DIR__ . '/../..' . '/admin/tabs/admin-pvc-tab.php',
'A3Rev\\PageViewsCount\\FrameWork\\Uploader' => __DIR__ . '/../..' . '/admin/includes/uploader/class-uploader.php',
'A3Rev\\PageViewsCount\\MetaBox' => __DIR__ . '/../..' . '/src/metabox/class-pvc-metabox.php',
'A3Rev\\PageViewsCount\\Pvc_Editor_Sidebar' => __DIR__ . '/../..' . '/src/metabox/class-pvc-editor-sidebar.php',
'A3Rev\\PageViewsCount\\Shortcode' => __DIR__ . '/../..' . '/src/pvc_shortcode.php',
'A3Rev\\PageViewsCount\\WPML_Functions' => __DIR__ . '/../..' . '/src/class-wpml-functions.php',
'A3Rev\\PageViewsCount\\Widget\\PVC' => __DIR__ . '/../..' . '/src/pvc_widget.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitfab6881b855981328ce7846d0605a2ca::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitfab6881b855981328ce7846d0605a2ca::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitfab6881b855981328ce7846d0605a2ca::$classMap;
}, null, ClassLoader::class);
}
}