• 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

    (@kprovance)

    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 6 years, 10 months ago by Kev Provance.
Viewing 1 replies (of 1 total)
  • The topic ‘Depreciated EDD function’ is closed to new replies.