Title: Depreciated EDD function
Last modified: January 20, 2018

---

# Depreciated EDD function

 *  [Kev Provance](https://wordpress.org/support/users/kprovance/)
 * (@kprovance)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/depreciated-edd-function/)
 * Is this plugin still in development?
 * Two things
 * 1) Undefined index: vp_edd_fd_member_page @ wp-content/plugins/easy-digital-downloads-
   free-download/edd-fd.php:255
 * 2) edd_taxes_on_prices is deprecated since Easy Digital Downloads version 1.9!
   Use no alternatives instead. @ edd_taxes_on_prices()
    wp-content/plugins/easy-
   digital-downloads-free-download/includes/edd-functions.php:33
 * I suppose I could fix these things, possibly. Is there a git or the like to submit
   to?

Viewing 1 replies (of 1 total)

 *  Thread Starter [Kev Provance](https://wordpress.org/support/users/kprovance/)
 * (@kprovance)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/depreciated-edd-function/#post-9883701)
 * Wasn’t that difficult a fix. For anyone interested, here are the mods to make:
 * 1) In easy-digital-downloads-free-download/edd-fd.php, replace line 255 with 
   the following:
 * `$member_page = isset($edd_options['vp_edd_fd_member_page']) ? $edd_options['
   vp_edd_fd_member_page'] : 0;`
 * 2) In easy-digital-downloads-free-download/includes/edd-functions.php, replace
   line 33 with:
 * `if( edd_use_taxes() /* && edd_taxes_on_prices() */ )`
 * Everything seems to still be in working order without all the notices and warnings.
 * Cheers!
    -  This reply was modified 8 years, 4 months ago by [Kev Provance](https://wordpress.org/support/users/kprovance/).

Viewing 1 replies (of 1 total)

The topic ‘Depreciated EDD function’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-digital-downloads-free-download_adadad.
   svg)
 * [Easy Digital Downloads - Free Download](https://wordpress.org/plugins/easy-digital-downloads-free-download/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-digital-downloads-free-download/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-digital-downloads-free-download/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-digital-downloads-free-download/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-digital-downloads-free-download/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-digital-downloads-free-download/reviews/)

## Tags

 * [EDD](https://wordpress.org/support/topic-tag/edd/)

 * 1 reply
 * 1 participant
 * Last reply from: [Kev Provance](https://wordpress.org/support/users/kprovance/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/depreciated-edd-function/#post-9883701)
 * Status: not resolved