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_Forms::get_additional_fields( string $location, array $args = array() )
Retrieve additional fields added to the form programmatically.
Description Description
Parameters Parameters
- $location
-
(Required) Form location, one of: "checkout", "registration", or "account".
- $args
-
(Optional) Additional arguments passed to the short-circuit filter.
Default value: array()
Return Return
(array[])
Source Source
File: includes/forms/class-llms-forms.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |