Your IP : 216.73.216.165


Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/give/includes/api/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/give/includes/api/class-give-api-v1.php

<?php
/**
 * Give API V1
 *
 * @package     Give
 * @subpackage  Classes/API
 * @copyright   Copyright (c) 2016, GiveWP
 * @license     https://opensource.org/licenses/gpl-license GNU Public License
 * @since       1.1
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Give_API_V1 Class
 *
 * The base version API class
 *
 * @since  1.1
 */
class Give_API_V1 extends Give_API {

}