LLMS_Admin_Import::handle_generation( string|array $raw )
Instantiate and generate raw data via LLMS_Generator
Description Description
Parameters Parameters
- $raw
-
(Required) A JSON string or array or raw data which can be parsed by an LLMS_Generator instance.
Return Return
(WP_Error|boolean) On success, returns true or an error object on failure.
Source Source
File: includes/admin/class.llms.admin.import.php
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |