Lines:
1 to 39 of 39
<?php /** * Payments Query * * @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_Payments_Query */ /* function EDD_Payments_Query::__construct() – Default query arguments. */ /* function EDD_Payments_Query::__set() – Set a query variable. */ /* function EDD_Payments_Query::__unset() – Unset a query variable. */ /* function EDD_Payments_Query::init() – Nothing here at the moment. */ /* function EDD_Payments_Query::get_payments() – Retrieve payments. */ /* function EDD_Payments_Query::date_filter_pre() – If querying a specific date, add the proper filters. */ /* function EDD_Payments_Query::date_filter_post() – If querying a specific date, remove filters after the query has been run to avoid affecting future queries. */ /* function EDD_Payments_Query::status() – Post Status */ /* function EDD_Payments_Query::page() – Current Page */ /* function EDD_Payments_Query::per_page() – Posts Per Page */ /* function EDD_Payments_Query::month() – Current Month */ /* function EDD_Payments_Query::orderby() – Order by */ /* function EDD_Payments_Query::user() – Specific User */ /* function EDD_Payments_Query::customer() – Specific customer id */ /* function EDD_Payments_Query::gateway() – Specific gateway */ /* function EDD_Payments_Query::post__in() – Specific payments */ /* function EDD_Payments_Query::search() – Search */ /* function EDD_Payments_Query::mode() – Payment Mode */ /* function EDD_Payments_Query::children() – Children */ /* function EDD_Payments_Query::download() – Specific Download */ /* function EDD_Payments_Query::maybe_reset_globals() – Based off the current global variables for $wp_query and $post, we may need to reset some data or just restore it. */