edd_get_download_price( int $download_id )
Returns the price of a download, but only for non-variable priced downloads.
Description Description
Parameters Parameters
- $download_id
-
(Required) ID number of the download to retrieve a price for
Return Return
(mixed|string|int) Price of the download
Source Source
File: includes/download-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |