# wp-coder/3.1/includes/settings/4.php-code.php

WP Coder – Insert &amp; Manage Code Snippets, version 3.1. 30 lines.

- Page: https://pluginprobe.com/plugins/wp-coder/3.1/code/includes/settings/4.php-code.php
- Raw: https://pluginprobe.com/plugins/wp-coder/3.1/raw/includes/settings/4.php-code.php
- Modified: 2023-11-13T09:37: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.1/code/includes/settings/4.php-code.php#L10-L20`.

```php
<?php
/*
 * Page Name: PHP
 */

use WPCoder\Dashboard\Field;

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

    <h4>
        <span class="codericon codericon-filetype-php"></span>
		<?php esc_html_e( 'PHP Code', 'wpcoder' ); ?>
    </h4>

    <div class="wowp-field is-full wowp-code-nav">
        <ol id="phpNavigationMenu" class="wowp-php-nav-menu"></ol>
        <span class="button-editor" id="phpnav">Add NAV Comment</span>
    </div>

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

    <div class="wowp-notification -warning">
        Please input only the PHP content, omitting the <code>php</code> tag
    </div>

<?php



```
