EDD_Payments_Query::__construct( array $args = array() )
Default query arguments.
Description Description
Not all of these are valid arguments that can be passed to WP_Query. The ones that are not, are modified before the query is run to convert them to the proper syntax.
Parameters Parameters
- $args
-
(Optional) The array of arguments that can be passed in and used for setting up this payment query.
Default value: array()
Source Source
File: includes/payments/class-payments-query.php
Changelog Changelog
Version | Description |
---|---|
1.8 | Introduced. |