PluginProbe ʕ •ᴥ•ʔ
Secure Custom Fields / 6.5.4
Secure Custom Fields v6.5.4
6.9.2 6.9.1 6.9.0 6.8.9 6.8.7 6.8.8 6.8.6 6.8.4 6.8.5 trunk 6.4.0-beta1 6.4.0-beta2 6.4.1 6.4.1-beta3 6.4.1-beta4 6.4.1-beta5 6.4.1-beta6 6.4.1-beta7 6.4.2 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.5.5 6.5.6 6.5.7 6.6.0 6.7.0 6.7.1 6.8.0 6.8.1 6.8.2 6.8.3
secure-custom-fields / vendor / composer / autoload_static.php
secure-custom-fields / vendor / composer Last commit date
ClassLoader.php 1 year ago InstalledVersions.php 1 year ago LICENSE 1 year ago autoload_classmap.php 1 year ago autoload_namespaces.php 1 year ago autoload_psr4.php 1 year ago autoload_real.php 1 year ago autoload_static.php 1 year ago installed.json 1 year ago installed.php 1 year ago platform_check.php 1 year ago
autoload_static.php
50 lines
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit652899b34da171aac8f751a6c639281f
8 {
9 public static $prefixLengthsPsr4 = array (
10 'S' =>
11 array (
12 'SCF\\Meta\\' => 9,
13 'SCF\\Forms\\' => 10,
14 ),
15 'A' =>
16 array (
17 'ACF\\Blocks\\' => 11,
18 ),
19 );
20
21 public static $prefixDirsPsr4 = array (
22 'SCF\\Meta\\' =>
23 array (
24 0 => __DIR__ . '/../..' . '/includes/Meta',
25 ),
26 'SCF\\Forms\\' =>
27 array (
28 0 => __DIR__ . '/../..' . '/includes/forms',
29 ),
30 'ACF\\Blocks\\' =>
31 array (
32 0 => __DIR__ . '/../..' . '/includes/Blocks',
33 ),
34 );
35
36 public static $classMap = array (
37 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
38 );
39
40 public static function getInitializer(ClassLoader $loader)
41 {
42 return \Closure::bind(function () use ($loader) {
43 $loader->prefixLengthsPsr4 = ComposerStaticInit652899b34da171aac8f751a6c639281f::$prefixLengthsPsr4;
44 $loader->prefixDirsPsr4 = ComposerStaticInit652899b34da171aac8f751a6c639281f::$prefixDirsPsr4;
45 $loader->classMap = ComposerStaticInit652899b34da171aac8f751a6c639281f::$classMap;
46
47 }, null, ClassLoader::class);
48 }
49 }
50