# wp-ultimate-post-grid/2.6.0/vendor/vafpress/views/control/codeeditor.php

WP Ultimate Post Grid, version 2.6.0. 6 lines.

- Page: https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.6.0/code/vendor/vafpress/views/control/codeeditor.php
- Raw: https://pluginprobe.com/plugins/wp-ultimate-post-grid/2.6.0/raw/vendor/vafpress/views/control/codeeditor.php
- Modified: 2015-04-15T08:46:56+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-ultimate-post-grid/2.6.0/code/vendor/vafpress/views/control/codeeditor.php#L10-L20`.

```php
<?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_head', $head_info); ?>

<textarea class="vp-input" name="<?php echo $name; ?>" style="display: none;"><?php echo $value; ?></textarea>
<div class="vp-js-codeeditor" data-vp-opt="<?php echo $opt; ?>"></div>

<?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_foot'); ?>
```
