apply_filters( 'llms_get_form_html', string $html , string $location , array $args )
Modify the parsed array of LifterLMS Form Fields.
Parameters Parameters
- $html
-
(string) Form fields HTML.
- $location
-
(string) Form location, one of: "checkout", "registration", or "account".
- $args
-
(array) Additional arguments passed to the short-circuit filter in
get_form_post()
.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |