# wp-coder/3.0.1/includes/settings/1.html-code.php

WP Coder – Insert &amp; Manage Code Snippets, version 3.0.1. 20 lines.

- Page: https://pluginprobe.com/plugins/wp-coder/3.0.1/code/includes/settings/1.html-code.php
- Raw: https://pluginprobe.com/plugins/wp-coder/3.0.1/raw/includes/settings/1.html-code.php
- Modified: 2023-08-08T13:26:16+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/wp-coder/3.0.1/code/includes/settings/1.html-code.php#L10-L20`.

```php
<?php
/*
 * Page Name: HTML Code
 */

use WPCoder\Dashboard\Field;

defined( 'ABSPATH' ) || exit;
?>

    <h4>
        <span class="wowp-icon wowp-icon-html5"></span>
		<?php esc_html_e( 'HTML Code', 'wpcoder' ); ?>
    </h4>

<?php Field::textarea( 'html_code' ); ?>

<?php


```
