Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/give/src/Route/ |
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/give/src/Route/Route.php |
<?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(); }