PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.1
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.1
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
merchant / vendor / composer / autoload_real.php
vendor/composer
ClassLoader.php 16.0 KB 1 month ago InstalledVersions.php 17.0 KB 1 month ago LICENSE 1.0 KB 1 month ago autoload_classmap.php 222 B 1 month ago autoload_namespaces.php 139 B 1 month ago autoload_psr4.php 133 B 1 month ago autoload_real.php 1.1 KB 1 month ago autoload_static.php 552 B 1 month ago installed.json 2.0 KB 1 month ago installed.php 1.1 KB 1 month ago platform_check.php 917 B 1 month ago

autoload_real.php in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 2.3.1, at vendor/composer/autoload_real.php

39 lines 1.1 KB Raw Download Zip
1 <?php
2
3 // autoload_real.php @generated by Composer
4
5 class ComposerAutoloaderInita36ec0c3bfa5723807d3b1ee4387e06c
6 {
7 private static $loader;
8
9 public static function loadClassLoader($class)
10 {
11 if ('Composer\Autoload\ClassLoader' === $class) {
12 require __DIR__ . '/ClassLoader.php';
13 }
14 }
15
16 /**
17 * @return \Composer\Autoload\ClassLoader
18 */
19 public static function getLoader()
20 {
21 if (null !== self::$loader) {
22 return self::$loader;
23 }
24
25 require __DIR__ . '/platform_check.php';
26
27 spl_autoload_register(array('ComposerAutoloaderInita36ec0c3bfa5723807d3b1ee4387e06c', 'loadClassLoader'), true, true);
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29 spl_autoload_unregister(array('ComposerAutoloaderInita36ec0c3bfa5723807d3b1ee4387e06c', 'loadClassLoader'));
30
31 require __DIR__ . '/autoload_static.php';
32 call_user_func(\Composer\Autoload\ComposerStaticInita36ec0c3bfa5723807d3b1ee4387e06c::getInitializer($loader));
33
34 $loader->register(true);
35
36 return $loader;
37 }
38 }
39