You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Enhancement Request
As per the
edd_process_register_form
function, I need hooks added to theedd_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.
The text was updated successfully, but these errors were encountered: