LLMS_Forms::get_form_fields( string $location, array $args = array() )
Retrieve an array of LLMS_Form_Fields settings arrays for the form at a given location.
Description Description
This method is used by the LLMS_Form_Handler to perform validations on user-submitted data.
Parameters Parameters
- $location
-
(Required) Form location, one of: "checkout", "registration", or "account".
- $args
-
(Optional) Additional arguments passed to the short-circuit filter in
get_form_post()
.Default value: array()
Return Return
(false|array)
Source Source
File: includes/forms/class-llms-forms.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |