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