# depicter/1.3.2/app/routes/web.php

Depicter — Popup &amp; Slider Builder, version 1.3.2. 15 lines.

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

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

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

```
