PluginProbe
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more / 2.2
StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more v2.2
3.7.0 3.6.0 3.6.1 3.5.2 trunk 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.6.0 2.6.1 3.0.0 3.0.1 All 71 releases
stockpack / vendor / composer / autoload_static.php

autoload_static.php in StockPack – Stock photos and AI images from Unsplash, Adobe Stock, Freepik and more 2.2, at vendor/composer/autoload_static.php

65 lines 2.3 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 ComposerStaticInite2a132b5a233e8160f739333f059d65b
8 {
9 public static $files = array (
10 '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
11 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
12 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
13 '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
14 );
15
16 public static $prefixLengthsPsr4 = array (
17 'P' =>
18 array (
19 'Psr\\Http\\Message\\' => 17,
20 ),
21 'G' =>
22 array (
23 'GuzzleHttp\\Psr7\\' => 16,
24 'GuzzleHttp\\Promise\\' => 19,
25 'GuzzleHttp\\' => 11,
26 ),
27 );
28
29 public static $prefixDirsPsr4 = array (
30 'Psr\\Http\\Message\\' =>
31 array (
32 0 => __DIR__ . '/..' . '/psr/http-message/src',
33 ),
34 'GuzzleHttp\\Psr7\\' =>
35 array (
36 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
37 ),
38 'GuzzleHttp\\Promise\\' =>
39 array (
40 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
41 ),
42 'GuzzleHttp\\' =>
43 array (
44 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
45 ),
46 );
47
48 public static $classMap = array (
49 'StockpackAdmin' => __DIR__ . '/../..' . '/src/class-stockpackadmin.php',
50 'StockpackMedia' => __DIR__ . '/../..' . '/src/class-stockpackmedia.php',
51 'StockpackQuery' => __DIR__ . '/../..' . '/src/class-stockpackquery.php',
52 'WeDevs_Settings_API' => __DIR__ . '/..' . '/tareq1988/wordpress-settings-api-class/src/class.settings-api.php',
53 );
54
55 public static function getInitializer(ClassLoader $loader)
56 {
57 return \Closure::bind(function () use ($loader) {
58 $loader->prefixLengthsPsr4 = ComposerStaticInite2a132b5a233e8160f739333f059d65b::$prefixLengthsPsr4;
59 $loader->prefixDirsPsr4 = ComposerStaticInite2a132b5a233e8160f739333f059d65b::$prefixDirsPsr4;
60 $loader->classMap = ComposerStaticInite2a132b5a233e8160f739333f059d65b::$classMap;
61
62 }, null, ClassLoader::class);
63 }
64 }
65