EDD_Payments_Query
EDD_Payments_Query Class
Description Description
This class is for retrieving payments data
Payments can be retrieved for date ranges and pre-defined periods
Source Source
File: includes/payments/class-payments-query.php
Changelog Changelog
Version | Description |
---|---|
1.8 | Introduced. |
Methods Methods
- __construct — Default query arguments.
- __set — Set a query variable.
- __unset — Unset a query variable.
- children — Children
- customer — Specific customer id
- date_filter_post — If querying a specific date, remove filters after the query has been run to avoid affecting future queries.
- date_filter_pre — If querying a specific date, add the proper filters.
- download — Specific Download
- gateway — Specific gateway
- get_payments — Retrieve payments.
- init — Nothing here at the moment.
- 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.
- mode — Payment Mode
- month — Current Month
- orderby — Order by
- page — Current Page
- per_page — Posts Per Page
- post__in — Specific payments
- search — Search
- status — Post Status
- user — Specific User