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 before and after action hooks to edd_process_login_form function #7373

Open
arraypress opened this issue Aug 15, 2019 · 0 comments · Fixed by mohsinrasool/easy-digital-downloads#1 · May be fixed by #9667
Open

Add before and after action hooks to edd_process_login_form function #7373

arraypress opened this issue Aug 15, 2019 · 0 comments · Fixed by mohsinrasool/easy-digital-downloads#1 · May be fixed by #9667

Comments

@arraypress
Copy link
Contributor

Enhancement Request

As per the edd_process_register_form function, I need hooks added to the edd_process_login_form function to allow some validation to be performed before login occurs (reCAPTCHA in my case, with some additional checks).

I propose the following:

do_action( 'edd_pre_process_login_form' )
do_action( 'edd_process_login_form' )

Justification or use case

Easier third-party integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants