<?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;
}