Această funcție va returna un array cu toate prețurile variabile setate pentru ID-ul de descărcare furnizat.
$prices = edd_get_variable_prices( $download_id );
if( $prices ) {
foreach( $prices as $price_id => $price ) {
// $price['name'] is the name of the price
// $price['amount'] is the amount of the price
}
}
