PluginProbe
HTML Forms – Simple WordPress Forms Plugin / 1.3.17
HTML Forms – Simple WordPress Forms Plugin v1.3.17
1.7.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.14 1.3.15 1.3.16 All 67 releases
html-forms / vendor / composer / autoload_static.php

autoload_static.php in HTML Forms – Simple WordPress Forms Plugin 1.3.17, at vendor/composer/autoload_static.php

36 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 ComposerStaticInit9ae2d9e2b2158604ba44175654d3342e
8 {
9 public static $files = array (
10 '1dbeeea179df487efaa350dfa4fe1bc3' => __DIR__ . '/../..' . '/src/functions.php',
11 );
12
13 public static $classMap = array (
14 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
15 'HTML_Forms\\Actions\\Action' => __DIR__ . '/../..' . '/src/actions/class-action.php',
16 'HTML_Forms\\Actions\\Email' => __DIR__ . '/../..' . '/src/actions/class-email.php',
17 'HTML_Forms\\Actions\\MailChimp' => __DIR__ . '/../..' . '/src/actions/class-mailchimp.php',
18 'HTML_Forms\\Admin\\Admin' => __DIR__ . '/../..' . '/src/admin/class-admin.php',
19 'HTML_Forms\\Admin\\GDPR' => __DIR__ . '/../..' . '/src/admin/class-gdpr.php',
20 'HTML_Forms\\Admin\\Migrations' => __DIR__ . '/../..' . '/src/admin/class-migrations.php',
21 'HTML_Forms\\Admin\\Table' => __DIR__ . '/../..' . '/src/admin/class-table.php',
22 'HTML_Forms\\Form' => __DIR__ . '/../..' . '/src/class-form.php',
23 'HTML_Forms\\Forms' => __DIR__ . '/../..' . '/src/class-forms.php',
24 'HTML_Forms\\Submission' => __DIR__ . '/../..' . '/src/class-submission.php',
25 'HTML_Forms\\TagReplacers' => __DIR__ . '/../..' . '/src/class-tag-replacers.php',
26 );
27
28 public static function getInitializer(ClassLoader $loader)
29 {
30 return \Closure::bind(function () use ($loader) {
31 $loader->classMap = ComposerStaticInit9ae2d9e2b2158604ba44175654d3342e::$classMap;
32
33 }, null, ClassLoader::class);
34 }
35 }
36