edd_get_price_option_name( int $download_id, int $price_id, int $payment_id )
Retrieves the name 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
-
(Optional) payment ID for use in filters
Return Return
(string) $price_name Name of the price option
Source Source
File: includes/download-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.9 | Introduced. |