password-reset.php
ALTCHA protection for the WordPress password-reset (lost password) form.
Table of Contents
Functions
- creationell_captcha_password_reset_enabled() : bool
- Whether password-reset protection is enabled.
- creationell_captcha_password_reset_render() : void
- Renders the widget inside the lost-password form.
- creationell_captcha_password_reset_verify() : void
- Verifies the captcha during a password-reset request.
Functions
creationell_captcha_password_reset_enabled()
Whether password-reset protection is enabled.
creationell_captcha_password_reset_enabled() : bool
Return values
boolcreationell_captcha_password_reset_render()
Renders the widget inside the lost-password form.
creationell_captcha_password_reset_render() : void
creationell_captcha_password_reset_verify()
Verifies the captcha during a password-reset request.
creationell_captcha_password_reset_verify(WP_Error $errors) : void
Parameters
- $errors : WP_Error
-
Password-reset errors (passed by WordPress >= 5.4).