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