• File: RestRoute.php
  • Full Path: /home/bravrvjk/itiministry.org/wp-content/plugins/give/src/API/REST/V3/Routes/Subscriptions/DataTransferObjects/RestRoute.php
  • Date Modified: 11/24/2021 4:55 AM
  • File size: 240 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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();
}