PluginProbe
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO / 1.30.0
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO v1.30.0
2.7.0 2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.1 2.1.0 2.0.2 2.0.1 2.0.0 1.32.0 1.31.0 1.30.0 1.29.0 1.28.0 1.27.0 1.26.0 1.25.0 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.10.0 All 48 releases
thinkrank / dependencies / vendor / composer / autoload_static.php

autoload_static.php in ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO 1.30.0, at dependencies/vendor/composer/autoload_static.php

46 lines 2.0 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 ComposerStaticInitcbb4d69aaf7cc20740e747a198d69256
8 {
9 public static $files = array (
10 '2d223b650b5c56928c1affa16ee5cfe2' => __DIR__ . '/..' . '/wordpress/abilities-api/includes/bootstrap.php',
11 );
12
13 public static $prefixLengthsPsr4 = array (
14 'A' =>
15 array (
16 'Automattic\\Jetpack\\Autoloader\\' => 30,
17 ),
18 );
19
20 public static $prefixDirsPsr4 = array (
21 'Automattic\\Jetpack\\Autoloader\\' =>
22 array (
23 0 => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src',
24 ),
25 );
26
27 public static $classMap = array (
28 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php',
29 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
30 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php',
31 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php',
32 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/ManifestGenerator.php',
33 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
34 );
35
36 public static function getInitializer(ClassLoader $loader)
37 {
38 return \Closure::bind(function () use ($loader) {
39 $loader->prefixLengthsPsr4 = ComposerStaticInitcbb4d69aaf7cc20740e747a198d69256::$prefixLengthsPsr4;
40 $loader->prefixDirsPsr4 = ComposerStaticInitcbb4d69aaf7cc20740e747a198d69256::$prefixDirsPsr4;
41 $loader->classMap = ComposerStaticInitcbb4d69aaf7cc20740e747a198d69256::$classMap;
42
43 }, null, ClassLoader::class);
44 }
45 }
46