LLMS_Forms::convert_settings_to_block_attrs( array $settings )
Converts an array of LLMS_Form_Field settings to a block attributes array
Parameters Parameters
- $settings
-
(array) (Required) An array of LLMS_Form_Field settings.
Return Return
(array) An array of WP_Block attributes.
Source Source
File: includes/forms/class-llms-forms.php
* * @param string $location_id Location id. * @param bool $recreate If `true` and the form already exists, will recreate the existing form using the existing form's id.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |