# html-forms/1.1.5/vendor/autoload.php

HTML Forms – Simple WordPress Forms Plugin, version 1.1.5. 8 lines.

- Page: https://pluginprobe.com/plugins/html-forms/1.1.5/code/vendor/autoload.php
- Raw: https://pluginprobe.com/plugins/html-forms/1.1.5/raw/vendor/autoload.php
- Modified: 2018-01-18T10:17:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/html-forms/1.1.5/code/vendor/autoload.php#L10-L20`.

```php
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit6624e64b43d8b10f84ff63c345cfa51d::getLoader();

```
