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.


Top ↑

Source Source

File: includes/class.llms.person.handler.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.