LLMS_Forms::install( bool $recreate = false )
Installation function to install core forms.
Description Description
Parameters Parameters
- $recreate
-
(Optional) Whether or not to recreate an existing form. This is passed to
LLMS_Forms::create()
.Default value: false
Return Return
(WP_Post[]) Array of created posts. Array key is the location id and array value is the WP_Post object.
Source Source
File: includes/forms/class-llms-forms.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |