edd_get_payment_meta_cart_details( int $payment_id, bool $include_bundle_files = false )
Get the cart_details Key from Payment Meta
Description Description
Parameters Parameters
- $payment_id
-
(Required) Payment ID
- $include_bundle_files
-
(Optional) Whether to retrieve product IDs associated with a bundled product and return them in the array
Default value: false
Return Return
(array) $cart_details Cart Details Meta Values
Source Source
File: includes/payments/functions.php
Changelog Changelog
Version | Description |
---|---|
1.2 | Introduced. |