Questa funzione verificherà se un download ha prezzi variabili abilitati. Se l'ID specificato ha prezzi variabili, la funzione restituirà true, altrimenti restituirà false.
Esempio:
if( edd_has_variable_prices( $download_id ) ) {
// download has variable prices enabled
} else {
// variable prices are not enabled
}
