# depicter/1.9.2/views/admin/editor/open/content.php

Depicter — Popup &amp; Slider Builder, version 1.9.2. 13 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.9.2/code/views/admin/editor/open/content.php
- Raw: https://pluginprobe.com/plugins/depicter/1.9.2/raw/views/admin/editor/open/content.php
- Modified: 2022-06-01T06:26:20+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/depicter/1.9.2/code/views/admin/editor/open/content.php#L10-L20`.

```php
<?php
/**
 * Layout: admin/editor/open/layout.php
 *
 * @package Depicter
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}
?>
<div id="root"></div>

```
