# depicter/trunk/app/routes/admin.php

Depicter — Popup &amp; Slider Builder, version trunk. 17 lines.

- Page: https://pluginprobe.com/plugins/depicter/trunk/code/app/routes/admin.php
- Raw: https://pluginprobe.com/plugins/depicter/trunk/raw/app/routes/admin.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/trunk/code/app/routes/admin.php#L10-L20`.

```php
<?php
/**
 * WordPress Admin Routes.
 * WARNING: Do not use \Depicter::route()->all() here, otherwise you will override
 * ALL custom admin pages which you most likely do not want to do.
 *
 * @link https://docs.wpemerge.com/#/framework/routing/methods
 *
 * @package Depicter
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}



```
