Your IP : 216.73.216.165


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