LLMS_Generator::get_generated_content()
Retrieves a multi-dimensional array of content generated by the most class
Contents
Return Return
(array) Returns an associative array where the keys are the object type and the values are an array of integers representing the generated object IDs.
Source Source
File: includes/class.llms.generator.php
public function get_generated_content() { return $this->generated; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |