edd_receipt_show_download_files( int $item_id, array $receipt_args, array $item = array() )
Show a download’s files in the purchase receipt
Description Description
Parameters Parameters
- $item_id
-
(Required) The download ID
- $receipt_args
-
(Required) Args specified in the [edd_receipt] shortcode
- $item
-
(Optional) Cart item array
Default value: array()
Return Return
(boolean)
Source Source
File: includes/checkout/template.php
Changelog Changelog
Version | Description |
---|---|
1.8.6 | Introduced. |