LLMS_Forms::get_form_html( string $location, array $args = array() )
Retrieve the rendered HTML for the form at a given location.
Description Description
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
(string)
Source Source
File: includes/forms/class-llms-forms.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |