Current File : /home/kelaby89/jrncommunityhousing.charity/wp-content/plugins/give/src/API/RestRoute.php
<?php

namespace Give\API;

interface RestRoute
{
    /**
     * Register the route with WordPress using the register_rest_route function.
     *
     * @since 2.8.0
     *
     * @return void
     */
    public function registerRoute();
}
Page not found – Hello World !