Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
give
/
src
/
Subscriptions
/
ValueObjects
:
Route.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php namespace Give\Route; interface Route { /** * Initializes the route with the intent of setting up the proper hooks and such * necessary for the route. * * @since 2.8.0 * * @return void */ public function init(); }