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.


Top ↑

Return Return

(WP_Error|boolean) On success, returns true or an error object on failure.


Top ↑

Source Source

File: includes/admin/class.llms.admin.import.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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