Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'apply_filters' to 'EDD_Download' class 'support_buy_now()' function return value #9679

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 17, 2023

  1. Add filter to download support buy now method

    Since EDD v3.2.2, in some custom payment processors plugins like FastSpring by ProtheusPay (https://proteuspay.com/), the 'Buy Now' functionality stopped to work with recurring payments. If that's going to be the default behavior (don't work with recurring payments), the ideal would be at least provide a hook to be able to change that behavior with custom code. A filter hook allowing to change the download 'supports_buy_now()' return value would be sufficient.
    maaprote committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7f68670 View commit details
    Browse the repository at this point in the history