LLMS_Generator::__construct( array|string $raw )
Construct a new generator instance with data
Description Description
Parameters Parameters
- $raw
-
(Required) Array or a JSON string of raw content.
Return Return
(void)
Source Source
File: includes/class.llms.generator.php
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Move most logic into helper functions. |
3.3.0 | Introduced. |