edd_get_price_name( $download_id, array $options = array() )
Get Price Name
Description Description
Gets the name of the specified price option, for variable pricing only.
Parameters Parameters
- $download_id
-
(Required) Download ID number
- $options
-
(Optional) parameters, used for defining variable prices
Default value: array()
Return Return
(mixed|void) Name of the price option
Source Source
File: includes/cart/functions.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |