apply_filters( 'llms_validate_password_reset_form', WP_Error|true $valid )
Add custom validations to the password reset form.
Parameters Parameters
- $valid
-
(WP_Error|true) Whether or not the submitted data is valid. Return
true
for valid data or aWP_Error
when invalid.
Source Source
File: includes/forms/controllers/class.llms.controller.account.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |