Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Person_Handler::get_password_fields()
Retrieve an array of password fields.
Description Description
This is only used on the password rest form as a fallback when no "custom" password fields can be found in either of the default checkout or registration forms.
Return Return
(array[])
Source Source
File: includes/class.llms.person.handler.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Removed optional parameters |
3.7.0 | Introduced. |