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.


Top ↑

Return Return

(array) An array of WP_Block attributes.


Top ↑

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.

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.