Lines:
1 to 23 of 23
<?php /** * Earnings / Sales Stats * * @package EDD * @subpackage Classes/Stats * @copyright Copyright (c) 2015, Pippin Williamson * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 1.8 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class EDD_Payment_Stats */ /* function EDD_Payment_Stats::get_sales() – Retrieve sale stats */ /* function EDD_Payment_Stats::get_earnings() – Retrieve earning stats */ /* function EDD_Payment_Stats::get_best_selling() – Get the best selling products */ /* function EDD_Payment_Stats::get_sales_by_range() – Retrieve sales stats based on range provided (used for Reporting) */ /* function EDD_Payment_Stats::get_earnings_by_range() – Retrieve sales stats based on range provided (used for Reporting) */ /* function EDD_Payment_Stats::is_cacheable() – Is the date range cachable */