LLMS_Person_Handler::validate_login_fields( array $data )
Validate login form fields
Description Description
Parameters Parameters
- $data
-
(Required) Array of user-submitted data, usually from
$_POST
.
Return Return
(WP_Error|true) Returns an error object or true
if the submission is valid.
Source Source
File: includes/class.llms.person.handler.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |