FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
wp-whatsapp-chat
/
lib
/
api
/
rest
Edit File: interface-route.php
<?php namespace QuadLayers\QLWAPP\Api\Rest; interface Route { public function callback( \WP_REST_Request $request ); public static function get_name(); public static function get_rest_args(); public static function get_rest_path(); public static function get_rest_method(); public function get_rest_permission(); }
Save
Back