apply_filters( 'lifterlms_get_person_fields', array[] $fields , string $location , array $args )
Filter to add custom fields to a form programmatically.
Description Description
Parameters Parameters
- $fields
-
Array of field array suitable to pass to
llms_form_field(). - $location
-
Form location, one of: "checkout", "registration", or "account".
- $args
-
Additional arguments passed to the short-circuit filter.
Source Source
File: includes/forms/class-llms-forms.php
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Moved from deprecated function LLMS_Person_Handler::get_available_fields(). |
| 3.0.0 | Introduced. |