apply_filters( 'llms_password_reset_fields', array[] $fields , string $key , string $login , string $location )
Filter password reset form fields.
Parameters Parameters
- $fields
-
(array[]) Array of form field arrays.
- $key
-
(string) User password reset key, usually populated via $_GET vars.
- $login
-
(string) User login (username), usually populated via $_GET vars.
- $location
-
(string) Location where the fields were retrieved from. Either "checkout", "registration", or "fallback". Fallback denotes that no password field was located in either of the previous forms so a default set of fields is generated programmatically.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |