Lines:
1 to 21 of 21
<?php /** * Easy Digital Downloads API V1 * * @package EDD * @subpackage Classes/API * @copyright Copyright (c) 2015, Pippin Williamson * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 2.6 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class EDD_API_V2 */ /* function EDD_API_V2::get_products() – Process Get Products API Request */ /* function EDD_API_V2::get_product_data() – Given a download post object, generate the data for the API output */ /* function EDD_API_V2::get_customers() – Process Get Customers API Request */ /* function EDD_API_V2::get_recent_sales() – Retrieves Recent Sales */