PluginProbe
HTML Forms – Simple WordPress Forms Plugin / 1.7.0
HTML Forms – Simple WordPress Forms Plugin v1.7.0
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.7.0, at vendor/composer/autoload_static.php

38 lines 1.8 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 ComposerStaticInit4c9280af2fa7b60b352430cf33ad5523
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\\Hcaptcha' => __DIR__ . '/../..' . '/src/admin/class-hcaptcha.php',
21 'HTML_Forms\\Admin\\Migrations' => __DIR__ . '/../..' . '/src/admin/class-migrations.php',
22 'HTML_Forms\\Admin\\Recaptcha' => __DIR__ . '/../..' . '/src/admin/class-recaptcha.php',
23 'HTML_Forms\\Admin\\Table' => __DIR__ . '/../..' . '/src/admin/class-table.php',
24 'HTML_Forms\\Form' => __DIR__ . '/../..' . '/src/class-form.php',
25 'HTML_Forms\\Forms' => __DIR__ . '/../..' . '/src/class-forms.php',
26 'HTML_Forms\\Submission' => __DIR__ . '/../..' . '/src/class-submission.php',
27 'HTML_Forms\\TagReplacers' => __DIR__ . '/../..' . '/src/class-tag-replacers.php',
28 );
29
30 public static function getInitializer(ClassLoader $loader)
31 {
32 return \Closure::bind(function () use ($loader) {
33 $loader->classMap = ComposerStaticInit4c9280af2fa7b60b352430cf33ad5523::$classMap;
34
35 }, null, ClassLoader::class);
36 }
37 }
38