edd_price( int $download_id, bool $echo = true, int $price_id = false )
Displays a formatted price for a download
Description Description
Parameters Parameters
- $download_id
-
(Required) ID of the download price to show
- $echo
-
(Optional) Whether to echo or return the results
Default value: true
- $price_id
-
(Optional) price id for variable pricing
Default value: false
Return Return
(void)
Source Source
File: includes/download-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |