We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
可用的hooks如下: https://docs.ultimatemember.com/article/1324-hooks-list 需要重写6个function
add_action( 'um_after_login_fields', 'um_micaptcha_login'); add_action( 'um_submit_form_errors_hook', 'um_micaptcha_login_validate'); add_action( 'um_after_register_fields', 'um_micaptcha_register'); add_action( 'um_submit_form_errors_hook', 'um_micaptcha_register_validate'); add_action( 'um_after_password_reset_fields', 'um_micaptcha_lostpassword'); add_action( 'um_reset_password_errors_hook', 'um_micaptcha_reset_password_validate');
The text was updated successfully, but these errors were encountered:
No branches or pull requests
可用的hooks如下:
https://docs.ultimatemember.com/article/1324-hooks-list
需要重写6个function
The text was updated successfully, but these errors were encountered: