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

filter-hook-argument-issue #3082

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Apr 17, 2024

  1. filter-hook-argument-issue

    wc_stripe_force_save_source, This filter has been defined with 2 arguments at 3 places but at one place it is defined with one argument,
    
    at these places, the filter has been defined with two arguments
    
    includes/class-wc-gateway-stripe.php at line no. 433
    includes/abstracts/abstract-wc-stripe-payment-gateway.php at line no. 811
    includes/abstracts/abstract-wc-stripe-payment-gateway.php at line no. 1304
    
    So need to correct this code because it is giving the fatal error, when try to use add_filter function
    mohammaddanish-cedcoss authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    154489d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    a622c38 View commit details
    Browse the repository at this point in the history