edd_get_price_option_amount( int $download_id, int $price_id )
Retrieves the amount of a variable price option
Description Description
Parameters Parameters
- $download_id
-
(Required) ID of the download
- $price_id
-
(Required) ID of the price option
- $payment_id
-
(Required) ID of the payment
Return Return
(float) $amount Amount of the price option
Source Source
File: includes/download-functions.php
Changelog Changelog
Version | Description |
---|---|
1.8.2 | Introduced. |