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


Top ↑

Return Return

(array) $cart_details Cart Details Meta Values


Top ↑

Source Source

File: includes/payments/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.