Diese Funktion gibt ein Array aller variablen Preise zurück, die für die angegebene Download-ID festgelegt wurden.
$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
}
}
