PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
ajax-search-lite
/
src
/
server
/
Rest
<?php namespace WPDRMS\ASL\Rest; if ( !defined('ABSPATH') ) { die("You can't access this file directly."); } interface RestInterface { /** * @return self */ public static function instance(); public function registerRoutes(): void; }
[-] .htaccess
[edit]
[-] AbstractRest.php
[edit]
[-] RestInterface.php
[edit]
[+]
..