LLMS_Forms::get_custom_field_block_markup( array $settings )
Retrieve the HTML markup for a custom form field block
Description Description
Retrieves an array of LLMS_Form_Field settings, generates the HTML for the field, and wraps it in a wp:html block.
Parameters Parameters
- $settings
-
(array) (Required) Form field settings (passed to
llms_form_field()).
Return Return
(string)
Source Source
File: includes/forms/class-llms-forms.php
* @return array[] List of LLMS_Form_Field settings arrays.
*/
public function get_free_enroll_form_fields( $plan ) {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |