<html lang="it-it" dir="ltr"><head></head><body># edd_has_variable_prices()

 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 ) ) {
	// il download ha prezzi variabili abilitati
} else {
	// i prezzi variabili non sono abilitati
}
```</body></html>