EDD_DB_Customers::prepare_customer_query_args( array $args )
Prepare query arguments for EDD_Customer_Query
.
Description Description
This method ensures that old arguments transition seamlessly to the new system.
Parameters Parameters
- $args
-
(Required) Arguments for
EDD_Customer_Query
.
Return Return
(array) Prepared arguments.
Source Source
File: includes/class-edd-db-customers.php
Changelog Changelog
Version | Description |
---|---|
2.8 | Introduced. |