Current File : /home/kelaby89/jrncommunityhousing.charity/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();
}
Page not found – Hello World !