Your IP : 216.73.216.165


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