PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 3.1.4
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v3.1.4
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
ultimate-store-kit / vendor / composer / autoload_static.php

autoload_static.php in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 3.1.4, at vendor/composer/autoload_static.php

43 lines 1.6 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 ComposerStaticInit494c130bf6c13bd4cc1a277360f4c457
8 {
9 public static $prefixLengthsPsr4 = array (
10 'U' =>
11 array (
12 'UltimateStoreKit\\' => 17,
13 ),
14 );
15
16 public static $prefixDirsPsr4 = array (
17 'UltimateStoreKit\\' =>
18 array (
19 0 => __DIR__ . '/../..' . '/includes',
20 ),
21 );
22
23 public static $classMap = array (
24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
25 'UltimateStoreKit\\API\\Base' => __DIR__ . '/../..' . '/includes/API/Base.php',
26 'UltimateStoreKit\\API\\Settings' => __DIR__ . '/../..' . '/includes/API/Settings.php',
27 'UltimateStoreKit\\Admin\\Biggopties' => __DIR__ . '/../..' . '/includes/Admin/Biggopties.php',
28 'UltimateStoreKit\\Admin\\Dashboard' => __DIR__ . '/../..' . '/includes/Admin/Dashboard.php',
29 'UltimateStoreKit\\Admin\\Feeds' => __DIR__ . '/../..' . '/includes/Admin/Feeds.php',
30 'UltimateStoreKit\\Admin\\ModuleService' => __DIR__ . '/../..' . '/includes/Admin/ModuleService.php',
31 );
32
33 public static function getInitializer(ClassLoader $loader)
34 {
35 return \Closure::bind(function () use ($loader) {
36 $loader->prefixLengthsPsr4 = ComposerStaticInit494c130bf6c13bd4cc1a277360f4c457::$prefixLengthsPsr4;
37 $loader->prefixDirsPsr4 = ComposerStaticInit494c130bf6c13bd4cc1a277360f4c457::$prefixDirsPsr4;
38 $loader->classMap = ComposerStaticInit494c130bf6c13bd4cc1a277360f4c457::$classMap;
39
40 }, null, ClassLoader::class);
41 }
42 }
43