# gutenberg/14.9.1/lib/experimental/html/index.php

Gutenberg, version 14.9.1. 13 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/14.9.1/code/lib/experimental/html/index.php
- Raw: https://pluginprobe.com/plugins/gutenberg/14.9.1/raw/lib/experimental/html/index.php
- Modified: 2022-12-21T17:24:44+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/gutenberg/14.9.1/code/lib/experimental/html/index.php#L10-L20`.

```php
<?php
/**
 * Load all files for the HTML Tag Processor.
 *
 * @package gutenberg
 */

// All class files necessary for the HTML Tag Processor.
require_once __DIR__ . '/class-wp-html-attribute-token.php';
require_once __DIR__ . '/class-wp-html-span.php';
require_once __DIR__ . '/class-wp-html-text-replacement.php';
require_once __DIR__ . '/class-wp-html-tag-processor.php';

```
